Files

4 lines
61 B
Docker

FROM nginx
EXPOSE 8080
COPY nginx.conf /etc/nginx/nginx.conf