5 lines
51 B
Text
5 lines
51 B
Text
|
|
FROM nginx
|
||
|
|
|
||
|
|
COPY . /usr/share/nginx/html
|
||
|
|
EXPOSE 80
|