d3vyce.fr/Dockerfile
d3vyce 4a2e578770
All checks were successful
docker-build
Fix nginx conf
2023-04-02 11:48:09 -04:00

4 lines
91 B
Docker

FROM nginx
COPY html/ /usr/share/nginx/html
COPY d3vyce.conf /etc/nginx/conf.d/d3vyce.conf