4 lines
87 B
Text
4 lines
87 B
Text
|
FROM nginx:latest
|
||
|
COPY ./nginx.conf /etc/nginx/nginx.conf
|
||
|
COPY . /usr/share/nginx/html
|