2 lines
66 B
Docker
2 lines
66 B
Docker
|
|
FROM nginx:latest
|
||
|
|
COPY default.conf /etc/nginx/conf.d/default.conf
|