ソースを参照

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}

読み込み中…
キャンセル
保存