Fixed previous commit
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:29:55 +02:00
parent 6197331f20
commit f5f1dd2d81
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/package.json /app/package.json
COPY --from=build /app/package-lock.json /app/package-lock.json
RUN npm ci
RUN pnpm install --frozen-lockfile
EXPOSE 4321