Skip to content

Commit

Permalink
add label where to find the source.
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-andersson committed Mar 4, 2024
1 parent 836d21f commit 3f608ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN npm run build

# ---- Release ----
FROM base AS release
LABEL org.opencontainers.image.source="https://github.com/Tripletex/SimpleDigitalSignageServer"
COPY --from=clientbuild /usr/src/app/client/build ./client/
COPY --from=serverbuild /usr/src/app/server/ ./server
ENV CLIENT_PATH=../../../../client/
Expand Down

0 comments on commit 3f608ee

Please sign in to comment.