Skip to content

Commit

Permalink
test dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
millianapia committed Feb 3, 2025
1 parent fc1d39a commit b8c9e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY web/package.json web/pnpm-lock.yaml web/
COPY web/patches web/patches

RUN \
if [ -f pnpm-lock.yaml ]; then pnpm m i --frozen-lockfile;\
if [ -f pnpm-lock.yaml ]; then yarn global add [email protected] && pnpm m i --frozen-lockfile;\
else echo "Lockfile not found." && exit 1; \
fi

Expand Down

0 comments on commit b8c9e78

Please sign in to comment.