소스 검색

add the comment in entrypoint.sh (#3882)

tags/0.6.6
akou 1 년 전
부모
커밋
ffc60bb917
No account linked to committer's email address
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}

Loading…
취소
저장