Files
website/docs/tutorials/connecting-apps/frontend/Dockerfile
T
2017-01-27 15:46:57 -08:00

5 lines
94 B
Docker

FROM nginx:1.9.14
RUN rm /etc/nginx/conf.d/default.conf
COPY frontend.conf /etc/nginx/conf.d