2 lines
62 B
Docker
Executable file
2 lines
62 B
Docker
Executable file
FROM nginx
|
|
COPY ./default.conf /etc/nginx/conf.d/default.conf
|