NavigateX/Dockerfile

4 lines
79 B
Docker

FROM nginx
COPY ./static /srv
COPY ./nginx.conf /etc/nginx/conf.d/default.conf