5 lines
58 B
Docker
5 lines
58 B
Docker
FROM nginx:latest
|
|
|
|
COPY nginx.conf.d/* /etc/nginx/conf.d
|
|
|
FROM nginx:latest
|
|
|
|
COPY nginx.conf.d/* /etc/nginx/conf.d
|
|
|