d3vyce.fr/Dockerfile
d3vyce 590790cb12
All checks were successful
docker-build
Add custom nginx conf
2023-04-02 12:07:00 -04:00

4 lines
82 B
Docker

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