FROM nginx:alpine LABEL maintainer=jnpf-team ENV WORKDIR /home/jnpfsoft/jnpf-web COPY dist ${WORKDIR} EXPOSE 80