Skip to content

Commit 27a934c

Browse files
committed
chore: add build foundry server
1 parent 4a58f3a commit 27a934c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
FROM rust:1.80 as build
44

55
RUN apt-get update && apt-get install -y cmake
6-
# RUN --mount=type=secret,id=github_token git config --global url."https://x-access-token:$(cat /run/secrets/github_token)@github.com".insteadOf "ssh://[email protected]"
76
WORKDIR /app
87

98
COPY . .

0 commit comments

Comments
 (0)