phanpy/Dockerfile

4 lines
63 B
Docker

FROM nginx:alpine
EXPOSE 80
COPY output/ /usr/share/nginx/html