Compare commits

..

No commits in common. "c1a68ff66c541d909d1c95a43b6605b7503bd874" and "2bcfeaae83c8b2af6f750df73cdd2c5573e43a40" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ RUN yarn run build
# =====Packaging inside an Nginx container=====
FROM nginx:1.21.5-alpine
FROM nginx:1.21.4-alpine
# Copy over the Nginx config files
COPY nginx/nginx.conf /etc/nginx/nginx.conf