Updated lockfile, replaced CMD with ENTRYPOINT
All checks were successful
Build and deploy website / build (push) Successful in 56s

This commit is contained in:
2025-02-16 15:02:20 +01:00
parent 25a38d2f0e
commit 8cc5c6971f
3 changed files with 3 additions and 3 deletions

View File

@ -23,4 +23,4 @@ COPY --from=build /app/dist ./dist
ENV HOST=0.0.0.0
ENV PORT=4321
EXPOSE 4321
CMD node ./dist/server/entry.mjs
ENTRYPOINT node ./dist/server/entry.mjs