From 27a934c6e9a2cffa5bd27666f8efb37bdcc0b513 Mon Sep 17 00:00:00 2001 From: qui-pham Date: Thu, 8 Aug 2024 15:34:45 +0700 Subject: [PATCH] chore: add build foundry server --- server/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/server/Dockerfile b/server/Dockerfile index 59b3dfe0df41..7701e3c021f0 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -3,7 +3,6 @@ FROM rust:1.80 as build RUN apt-get update && apt-get install -y cmake -# RUN --mount=type=secret,id=github_token git config --global url."https://x-access-token:$(cat /run/secrets/github_token)@github.com".insteadOf "ssh://git@github.com" WORKDIR /app COPY . .