Skip to content

Commit f75823f

Browse files
committed
Fix docker build
1 parent 56f7651 commit f75823f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

services/app/Containerfile.codebattle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ ENV MIX_ENV=prod
33

44
WORKDIR /tmp/codebattle/assets
55

6+
# Install pnpm globally
7+
RUN npm install --global pnpm
8+
69
COPY apps/codebattle/package.json apps/codebattle/pnpm-lock.yaml ./
710
RUN pnpm install
811

0 commit comments

Comments
 (0)