dockerfile中运行命令的修改
This commit is contained in:
parent
895c5a849e
commit
1a50c29e80
@ -9,4 +9,4 @@ COPY . .
|
|||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
CMD ["npm", "start"]
|
CMD ["node", "src/index.js"]
|
||||||
|
Loading…
Reference in New Issue
Block a user