psl kill me
Some checks failed
Build Docker Image and Deploy / Build Image and push to Registry (push) Failing after 26s
Build Docker Image and Deploy / Deploy on webserver (push) Has been skipped

This commit is contained in:
Cyril Šebek 2024-07-07 21:35:28 +02:00
parent 96f5ef2215
commit cedd3c8849
Signed by: blboun3
SSH Key Fingerprint: SHA256:n9dMtOPzgsD+CCerUJslEnU2dzVanbaIv0XDQVRVjeg

View File

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