4 lines
139 B
Docker
4 lines
139 B
Docker
FROM harbor.zgitm.com/library/nginx:alpine
|
|
COPY dist/ /usr/share/nginx/html/
|
|
COPY nginx/nginx.conf /etc/nginx/conf.d/default.conf
|
|
EXPOSE 80 |