浏览代码

fix entrypoint script line endings (#900)

tags/0.3.15
Rhon Joe 2 年前
父节点
当前提交
71a9d63232
没有帐户链接到提交者的电子邮件
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      web/Dockerfile
  2. 1
    1
      web/docker/entrypoint.sh

+ 1
- 1
web/Dockerfile 查看文件

@@ -25,7 +25,7 @@ RUN yarn build
# production stage
FROM base as production

ENV NODE_ENV=production
ENV NODE_ENV production
ENV EDITION SELF_HOSTED
ENV DEPLOY_ENV PRODUCTION
ENV CONSOLE_API_URL http://127.0.0.1:5001

+ 1
- 1
web/docker/entrypoint.sh 查看文件

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

set -e


正在加载...
取消
保存