Update Dockerfile

Signed-off-by: techopsmasters <163403479+techopsmasters@users.noreply.github.com>
pull/486/head
techopsmasters 4 months ago committed by GitHub
parent 39a3b4a318
commit 9c480f14f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      nginx-wsgi-flask/nginx/Dockerfile

@ -1,7 +1,7 @@
FROM nginx:1.19.7-alpine
# Add bash for boot cmd
RUN apk add bash
RUN apt add bash
# Add nginx.conf to container
COPY --chown=nginx:nginx nginx.conf /etc/nginx/nginx.conf

Loading…
Cancel
Save