Updated lockfile, replaced CMD with ENTRYPOINT
All checks were successful
Build and deploy website / build (push) Successful in 56s
All checks were successful
Build and deploy website / build (push) Successful in 56s
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user