fix(start): change the way the app is launched
* And updated README accordingly
This commit is contained in:
@@ -35,4 +35,4 @@ COPY scripts ./scripts
|
||||
COPY --from=base /opt/app/dist ./dist
|
||||
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT [ "npm", "run", "start:prod-no-build" ]
|
||||
ENTRYPOINT ["node", "scripts/server.js", "--mode=production"]
|
||||
|
||||
Reference in New Issue
Block a user