FROM ghcr.io/swablab/documents:latest AS documents FROM docker.io/nginxinc/nginx-unprivileged:latest COPY ./nginx.conf /etc/nginx/conf.d/default.conf COPY ./dist /usr/share/nginx/html COPY --from=documents / /usr/share/nginx/html/docs