Add custom nginx conf
All checks were successful
docker-build

This commit is contained in:
d3vyce 2023-04-02 12:07:00 -04:00
parent 3e3031b96f
commit 590790cb12

View File

@ -1,2 +1,3 @@
FROM nginx
COPY html/ /usr/share/nginx/html
COPY nginx.conf /etc/nginx/nginx.conf