2 lines
63 B
Docker
2 lines
63 B
Docker
|
FROM nginx:1.21.1-alpine
|
||
|
COPY ./build/web /usr/share/nginx/html
|