浏览代码

add the comment in entrypoint.sh (#3882)

tags/0.6.6
akou 1年前
父节点
当前提交
ffc60bb917
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10
    0
      web/docker/entrypoint.sh

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

@@ -1,5 +1,15 @@
#!/bin/bash



# if you are using windows, you may need to convert the file to unix format
# you can use the Ubuntu terminal to convert this file to unix format
# otherwise, you may get the error after running the docker container

# sudo apt-get install dos2unix
# dos2unix entrypoint.sh


set -e

export NEXT_PUBLIC_DEPLOY_ENV=${DEPLOY_ENV}

正在加载...
取消
保存