BadDaemons/Dockerfile

4 lines
104 B
Docker
Raw Normal View History

2020-08-20 22:28:10 +02:00
FROM nginx:1.19-alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
2018-08-22 22:37:33 +02:00
COPY public /usr/share/nginx/html