mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 11:26:52 +08:00
add the comment in entrypoint.sh (#3882)
This commit is contained in:
@@ -1,5 +1,15 @@
|
|||||||
#!/bin/bash
|
#!/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
|
set -e
|
||||||
|
|
||||||
export NEXT_PUBLIC_DEPLOY_ENV=${DEPLOY_ENV}
|
export NEXT_PUBLIC_DEPLOY_ENV=${DEPLOY_ENV}
|
||||||
|
|||||||
Reference in New Issue
Block a user