4 lines
41 B
Docker
4 lines
41 B
Docker
|
FROM nginx
|
||
|
|
||
|
COPY . /usr/share/nginx/html
|