We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 786d629 commit e33ad07Copy full SHA for e33ad07
Dockerfile
@@ -41,9 +41,7 @@ COPY --from=builder /app/.next/server ./.next/server
41
EXPOSE 3000
42
43
CMD if [ -n "$PROXY_URL" ]; then \
44
- if [ -z "$HOSTNAME" ]; then \
45
- export HOSTNAME="127.0.0.1"; \
46
- fi; \
+ export HOSTNAME="127.0.0.1"; \
47
protocol=$(echo $PROXY_URL | cut -d: -f1); \
48
host=$(echo $PROXY_URL | cut -d/ -f3 | cut -d: -f1); \
49
port=$(echo $PROXY_URL | cut -d: -f3); \
0 commit comments