3 lines
58 B
Docker
3 lines
58 B
Docker
|
FROM nginx:latest
|
||
|
|
||
|
COPY _build/html/ /usr/share/nginx/html
|