This commit is contained in:
=
2024-12-19 22:32:42 -05:00
parent 12e996003e
commit 9803b2f155
27 changed files with 268 additions and 55 deletions

4
nginx/Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM nginxinc/nginx-unprivileged:stable-alpine
COPY --chown=nginx:nginx content /usr/share/nginx/html
COPY --chown=nginx:nginx default.conf /etc/nginx/conf.d/default.conf
USER nginx