modified: main_dc/yalarba/easySite/easySite/Dockerfile
change start command for easysite from preview to node .../index.mjs
This commit is contained in:
@@ -18,4 +18,4 @@ RUN npm run build
|
|||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
CMD ["npm", "run", "preview"]
|
CMD ["node", ".output/server/index.mjs"]
|
||||||
Reference in New Issue
Block a user