Skip to content

Commit

Permalink
*docker file bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lunaflora committed May 25, 2023
1 parent 887f931 commit 75594b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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); \
Expand Down

0 comments on commit 75594b8

Please sign in to comment.