未验证 提交 a477a39c 编辑于 作者: 包周涛's avatar 包周涛 提交者: GitHub
浏览文件

Update Dockerfile

上级 c7706bec
显示 2 个添加1 个删除
+2 -1
......@@ -3,6 +3,7 @@ FROM node:12.22.7
WORKDIR /app
ADD .steedos ./.steedos/
ADD .scripts ./.scripts/
ADD services ./services/
ADD steedos-app ./steedos-app/
# ADD steedos-packages ./steedos-packages/
......@@ -17,4 +18,4 @@ RUN yarn
ENV NODE_ENV=production
CMD ["yarn", "start"]
\ No newline at end of file
CMD ["yarn", "start"]
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册