2018-03-06 09:17:46 +00:00

7 lines
123 B
Docker

FROM nginx:alpine
COPY demo-shell/nginx.conf /etc/nginx/nginx.conf
WORKDIR /usr/share/nginx/html
COPY demo-shell/dist/ .