3 lines
40 B
Docker
3 lines
40 B
Docker
|
FROM nginx
|
||
|
|
||
|
COPY . /usr/share/nginx/html
|