Skip to content

Commit

Permalink
Add fix to dockerfile-swan
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Feb 3, 2025
1 parent fdad3fa commit 7d44690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-swan
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /app
ADD ./server/ ./
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
RUN npm install -g pnpm@latest-9
RUN pnpm install --no-frozen-lockfile

FROM node:22
Expand Down

0 comments on commit 7d44690

Please sign in to comment.