planktoscope/Dockerfile

6 lines
84 B
Docker

FROM nginx:alpine
WORKDIR /usr/share/nginx/html
COPY ./site /usr/share/nginx/html