Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: watchdogpolska/small_eod
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 097840fef4f12c0296eefd11c01475cee813b149
Choose a base ref
..
head repository: watchdogpolska/small_eod
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ea9ec1d831b1f4331ce48c6d0442358480cfe0c0
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 balancer/Dockerfile
2 changes: 1 addition & 1 deletion balancer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginx:alpine@sha256:5acf10cd305853dc2271e3c818d342f3aeb3688b1256ab8f035fda04b91ed303
FROM nginx:alpine@sha256:41523187cf7d7a2f2677a80609d9caa14388bf5c1fbca9c410ba3de602aaaab4
RUN apk add gettext
COPY ./nginx.conf /etc/nginx/nginx.conf
CMD envsubst '\$DOMAIN' < /etc/nginx/nginx.conf > /etc/nginx/nginx.conf && nginx -g 'daemon off;'