Skip to content

Commit

Permalink
chore: add build foundry server
Browse files Browse the repository at this point in the history
  • Loading branch information
qui-pham committed Aug 8, 2024
1 parent 4a58f3a commit 27a934c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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://[email protected]"
WORKDIR /app

COPY . .
Expand Down

0 comments on commit 27a934c

Please sign in to comment.