Add nginx stuff

This commit is contained in:
2024-11-16 20:14:13 -05:00
parent ea76d15383
commit d384757b2f
3 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
FROM nginx:latest
COPY nginx.conf /etc/nginx/nginx.conf
COPY ./public /var/www/static
RUN nginx -t