cic-staff-client/Dockerfile.local-build

6 lines
90 B
Docker

FROM nginx:mainline-alpine
COPY ./dist/cic-staff-client /usr/share/nginx/html
EXPOSE 80