Dockerfile 124 Bytes Raw Blame History Permalink 1 2 3 4 5 6 FROM nginx:latest COPY ./dist/ /usr/share/nginx/html/ COPY default.conf /etc/nginx/conf.d/default.conf EXPOSE 8083