adding backend port env var to nginx
This commit is contained in:
@@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y gettext-base
|
||||
|
||||
# Replace variables at build time
|
||||
ENV BACKEND_HOST=backend
|
||||
ENV BACKEND_PORT=8080
|
||||
ENV DOMAIN=example.com
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
Reference in New Issue
Block a user