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 56f7651 commit f75823fCopy full SHA for f75823f
services/app/Containerfile.codebattle
@@ -3,6 +3,9 @@ ENV MIX_ENV=prod
3
4
WORKDIR /tmp/codebattle/assets
5
6
+# Install pnpm globally
7
+RUN npm install --global pnpm
8
+
9
COPY apps/codebattle/package.json apps/codebattle/pnpm-lock.yaml ./
10
RUN pnpm install
11
0 commit comments