d3vyce.fr/Dockerfile
d3vyce c7199dec63
All checks were successful
docker-build
Fix nginx conf
2023-04-02 11:45:43 -04:00

4 lines
93 B
Docker

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