local-nginx-tutorial/eg2/Dockerfile

3 lines
103 B
Docker

FROM nginx:latest
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
COPY ./test.html /data/www/test.html