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

7 lines
118 B
Text
Raw Permalink Normal View History

2016-10-11 10:32:28 +00:00
FROM nginx
ADD nginx.conf /nginx.conf
ENTRYPOINT ["nginx"]
CMD ["-g", "daemon off;", "-p", "/", "-c", "nginx.conf"]