Files
formulation/Dockerfile
T

8 lines
99 B
Docker

FROM nginx:alpine
RUN rm -rf /usr/share/nginx/html/*
COPY dist /usr/share/nginx/html/
EXPOSE 80