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