Trying to fix it
Some checks failed
Build Docker Image and Deploy / Build Image and push to Registry (push) Failing after 27s
Build Docker Image and Deploy / Deploy on webserver (push) Has been skipped

This commit is contained in:
2024-07-07 21:32:35 +02:00
parent f5f1dd2d81
commit 48efb49a04
2 changed files with 7 additions and 7 deletions

View File

@ -19,7 +19,7 @@ WORKDIR /app
COPY --from=build /app/dist /app/dist
COPY --from=build /app/package.json /app/package.json
COPY --from=build /app/package-lock.json /app/package-lock.json
COPY --from=build /app/pnpm-lock.json /app/pnpm-lock.json
RUN pnpm install --frozen-lockfile
EXPOSE 4321