3 lines
72 B
Docker
3 lines
72 B
Docker
|
FROM nginxinc/nginx-unprivileged:alpine
|
||
|
|
||
|
COPY dist /usr/share/nginx/html
|