You've already forked isop-mirror
fix: correct CMD syntax in Dockerfile for frontend server
This commit is contained in:
@@ -17,4 +17,4 @@ RUN npm run build
|
|||||||
STOPSIGNAL SIGTERM
|
STOPSIGNAL SIGTERM
|
||||||
|
|
||||||
# Run frontend web server
|
# Run frontend web server
|
||||||
CMD ["node .output/server/index.mjs"]
|
CMD ["node", ".output/server/index.mjs"]
|
||||||
Reference in New Issue
Block a user