Skip to content
GitLab
菜单
项目
Groups
代码片段
帮助
项目
Groups
代码片段
正在加载...
帮助
帮助
支持
社区论坛
快捷键
?
提交反馈
为 GitLab 提交贡献
登录
切换导航
菜单
打开侧边栏
steedos
steedos-project-template
提交
99c5facc
提交
99c5facc
编辑于
3年前
作者:
陈志培
浏览文件
操作
下载
电子邮件补丁
差异文件
添加.scripts
上级
cc8bfa9f
变更
1
Hide whitespace changes
Inline
Side-by-side
显示
1 个更改的文件
Dockerfile
+2
-1
Dockerfile
有
2 个添加
和
1 个删除
+2
-1
Dockerfile
浏览文件 @
99c5facc
...
...
@@ -9,6 +9,7 @@ ADD steedos-app ./steedos-app/
ADD
package.json .
ADD
moleculer.config.js .
ADD
steedos-config.yml ./steedos-config.yml
ADD
.scripts ./.scripts/
# RUN npm config set registry http://registry.npm.taobao.org/
# RUN yarn config set registry http://registry.npm.taobao.org/
...
...
@@ -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
代码片段
帮助