IDK anymore...
Some checks failed
Build Docker Image and Deploy / Build Image and push to Registry (push) Failing after 32s
Build Docker Image and Deploy / Deploy on webserver (push) Has been skipped

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

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/pnpm-lock.json /app/pnpm-lock.json
COPY --from=build /app/pnpm-lock.yaml /app/pnpm-lock.yaml
RUN pnpm install --frozen-lockfile
EXPOSE 4321