3 lines
86 B
Docker
3 lines
86 B
Docker
FROM harbor.zgitm.com/library/nginx:alpine
|
|
COPY dist/ /usr/share/nginx/html/
|
|
EXPOSE 80 |