Fix nginx conf
All checks were successful
docker-build

This commit is contained in:
d3vyce 2023-04-02 11:48:09 -04:00
parent c7199dec63
commit 4a2e578770
2 changed files with 1 additions and 1 deletions

View File

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