Compare commits
No commits in common. "c1a68ff66c541d909d1c95a43b6605b7503bd874" and "2bcfeaae83c8b2af6f750df73cdd2c5573e43a40" have entirely different histories.
c1a68ff66c
...
2bcfeaae83
|
|
@ -15,7 +15,7 @@ RUN yarn run build
|
||||||
|
|
||||||
|
|
||||||
# =====Packaging inside an Nginx container=====
|
# =====Packaging inside an Nginx container=====
|
||||||
FROM nginx:1.21.5-alpine
|
FROM nginx:1.21.4-alpine
|
||||||
|
|
||||||
# Copy over the Nginx config files
|
# Copy over the Nginx config files
|
||||||
COPY nginx/nginx.conf /etc/nginx/nginx.conf
|
COPY nginx/nginx.conf /etc/nginx/nginx.conf
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue