3 lines
63 B
Docker
3 lines
63 B
Docker
FROM nginx:latest
|
|
COPY ./build/docs/html /usr/share/nginx/html
|
FROM nginx:latest
|
|
COPY ./build/docs/html /usr/share/nginx/html
|