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 1dae7be commit 1733a2fCopy full SHA for 1733a2f
dockerfile
@@ -3,6 +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 cd ..
8
# git-fetch-with-cli is a CI bugfix, we should be able to remove it later
9
RUN cargo build --release --bin atomic-server --config net.git-fetch-with-cli=true
10
0 commit comments