4 lines
82 B
Docker
4 lines
82 B
Docker
FROM nginx:alpine
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|
|
COPY html /etc/nginx/html
|