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 1921bf5 commit 7307d87Copy full SHA for 7307d87
dockerfile
@@ -4,6 +4,7 @@ COPY . .
4
ENV SHELL=bash
5
RUN curl -fsSL https://get.pnpm.io/install.sh | sh -
6
RUN cd browser && pnpm install && pnpm run build
7
+RUN source /root/.bashrc
8
RUN cd ..
9
# git-fetch-with-cli is a CI bugfix, we should be able to remove it later
10
RUN cargo build --release --bin atomic-server --config net.git-fetch-with-cli=true
0 commit comments