diff --git a/app/Dockerfile b/app/Dockerfile index 79bd9e65..f6e29504 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,3 +1,6 @@ +# connect to ghcr package +LABEL org.opencontainers.image.source https://github.com/ssi-dk/sofi_core + # build environment FROM node:14.17.1-alpine as build WORKDIR /app