Files
podnoms/docker/nginx/Dockerfile
Fergal Moran 1a92ad80eb Feature switch
2018-03-14 10:50:57 +00:00

5 lines
116 B
Docker
Executable File

FROM nginx:latest
RUN rm /etc/nginx/conf.d/*
ADD conf.d/*.conf /etc/nginx/conf.d/
ADD dist/* /usr/share/nginx/html/