Files

4 lines
99 B
Docker

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