dream-hd/Dockerfile

8 lines
98 B
Docker

FROM nginx:latest
WORKDIR /usr/share/nginx/html/
COPY ./build /usr/share/nginx/html/
EXPOSE 80