Merge pull request #1749 from lunaflora/main

*docker file bug
This commit is contained in:
Yifei Zhang 2023-05-25 11:39:31 +08:00 committed by GitHub
commit 786d62905d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ EXPOSE 3000
CMD if [ -n "$PROXY_URL" ]; then \
if [ -z "$HOSTNAME" ]; then \
export HOSTNAME="127.0.0.1" \
export HOSTNAME="127.0.0.1"; \
fi; \
protocol=$(echo $PROXY_URL | cut -d: -f1); \
host=$(echo $PROXY_URL | cut -d/ -f3 | cut -d: -f1); \