debug: try another start container mode
This commit is contained in:
@@ -2,4 +2,4 @@ FROM node:alpine
|
||||
EXPOSE 4000
|
||||
COPY . .
|
||||
RUN npm install
|
||||
CMD npm start
|
||||
CMD ["node", "./index.mjs"]
|
Reference in New Issue
Block a user