local-nginx-tutorial/eg2/Dockerfile

3 lines
103 B
Docker
Raw Normal View History

2023-05-02 22:34:20 +10:00
FROM nginx:latest
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
COPY ./test.html /data/www/test.html