Skip to content
GitLab
菜单
项目
Groups
代码片段
帮助
项目
Groups
代码片段
正在加载...
帮助
帮助
支持
社区论坛
快捷键
?
提交反馈
为 GitLab 提交贡献
登录
切换导航
菜单
打开侧边栏
steedos
steedos-project-template
提交
a477a39c
未验证
提交
a477a39c
编辑于
3年前
作者:
包周涛
提交者:
GitHub
3年前
浏览文件
操作
下载
电子邮件补丁
差异文件
Update Dockerfile
上级
c7706bec
变更
1
Hide whitespace changes
Inline
Side-by-side
显示
1 个更改的文件
Dockerfile
+2
-1
Dockerfile
有
2 个添加
和
1 个删除
+2
-1
Dockerfile
浏览文件 @
a477a39c
...
...
@@ -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"]
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录
菜单
项目
Groups
代码片段
帮助