FROM docker.fela.space/gmus-web-builder:latest FROM nginx:alpine WORKDIR /app COPY nginx.conf /etc/nginx/nginx.conf COPY --from=0 /app/build .