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 7307d87 commit 98487e6Copy full SHA for 98487e6
dockerfile
@@ -3,8 +3,8 @@ WORKDIR /app
3
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
+RUN cd browser && pnpm install && pnpm run build
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