1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-26 10:43:35 +02:00

Update Dockerfile

Signed-off-by: techopsmasters <163403479+techopsmasters@users.noreply.github.com>
This commit is contained in:
techopsmasters 2024-05-13 19:26:50 +05:30 committed by GitHub
parent 39a3b4a318
commit 9c480f14f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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