1
0
Fork 0
mirror of https://github.com/Luzifer/redir-luzifer.io.git synced 2024-10-18 06:24:19 +00:00
redir-luzifer.io/Dockerfile
2016-10-11 12:32:28 +02:00

6 lines
118 B
Docker

FROM nginx
ADD nginx.conf /nginx.conf
ENTRYPOINT ["nginx"]
CMD ["-g", "daemon off;", "-p", "/", "-c", "nginx.conf"]