4 lines
48 B
Plaintext
4 lines
48 B
Plaintext
FROM nginx:lastest
|
|
|
|
COPY nginxconf/ /etc/nginx/
|
FROM nginx:lastest
|
|
|
|
COPY nginxconf/ /etc/nginx/
|