Dockerfile 74 Bytes Raw Blame History Permalink 1 2 3 4 # Dockerfile FROM nginx:alpine COPY dist/ /usr/share/nginx/html/ EXPOSE 80