File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,6 +30,12 @@ RUN pnpm --filter @openconcho/web build
3030# under a read-only filesystem with cap_drop ALL.
3131FROM nginxinc/nginx-unprivileged:alpine
3232
33+ # Baked into the image config — the canonical, build-tool-independent signal GHCR
34+ # reads to connect the published package to this repo. Evaluated at package
35+ # creation, so it links freshly-created packages without relying on buildx
36+ # annotation levels.
37+ LABEL org.opencontainers.image.source="https://github.com/offendingcommit/openconcho"
38+
3339COPY --chown=101:101 --from=builder /app/packages/web/dist /usr/share/nginx/html
3440# Rendered to /etc/nginx/conf.d/default.conf by the image's envsubst entrypoint.
3541COPY --chown=101:101 docker/nginx.conf.template /etc/nginx/templates/default.conf.template
You can’t perform that action at this time.
0 commit comments