3 lines
103 B
Docker
3 lines
103 B
Docker
FROM nginx:latest
|
|
COPY ./nginx.conf /etc/nginx/conf.d/default.conf
|
|
COPY ./test.html /data/www/test.html |