add nginx conf

This commit is contained in:
Waylon Walker 2023-11-13 12:37:57 -06:00
parent 197b0b677f
commit a3f3d147cb
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -1,2 +1,3 @@
FROM nginx:alpine FROM nginx:alpine
COPY ./site /usr/share/nginx/html COPY ./site /usr/share/nginx/html
COPY ./config/nginx.conf /etc/nginx/conf.d/default.conf