4 lines
70 B
Docker
4 lines
70 B
Docker
FROM nginx:latest
|
|
|
|
COPY ./default.conf /etc/nginx/conf.d/default.conf
|
FROM nginx:latest
|
|
|
|
COPY ./default.conf /etc/nginx/conf.d/default.conf
|