Add custom nginx conf
All checks were successful
docker-build

This commit is contained in:
d3vyce
2023-04-02 11:37:58 -04:00
parent b71e46a786
commit e4eeddcbf4
2 changed files with 33 additions and 1 deletions

View File

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