FitTrackee/nginx/Dockerfile

7 lines
135 B
Docker
Raw Normal View History

2018-01-14 14:41:03 +01:00
FROM nginx:1.13.0
2018-01-14 17:37:14 +01:00
MAINTAINER SamR1@users.noreply.github.com
2018-01-14 17:19:02 +01:00
2018-01-14 14:41:03 +01:00
RUN rm /etc/nginx/conf.d/default.conf
2018-01-14 17:19:02 +01:00
COPY /nginx.conf /etc/nginx/conf.d