We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a58f3a commit 27a934cCopy full SHA for 27a934c
server/Dockerfile
@@ -3,7 +3,6 @@
3
FROM rust:1.80 as build
4
5
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]"
7
WORKDIR /app
8
9
COPY . .
0 commit comments