java-tutorials/reactive-systems/frontend/Dockerfile

4 lines
106 B
Docker

FROM nginx:alpine
COPY nginx.conf /etc/nginx/nginx.conf
WORKDIR /usr/share/nginx/html
COPY dist/frontend .