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