5 lines
68 B
Docker
5 lines
68 B
Docker
FROM nginx
|
|
COPY nginx/default.conf /etc/nginx/conf.d/default.conf
|
|
|
|
|
FROM nginx
|
|
COPY nginx/default.conf /etc/nginx/conf.d/default.conf
|
|
|
|
|