Skip to content

Commit

Permalink
Add labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Oct 3, 2023
1 parent 3c024dd commit cbe2652
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pypx-DICOMweb.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,11 @@ RUN cargo build --release --locked --target x86_64-unknown-linux-musl --bin pypx
FROM scratch
COPY --from=builder /app/target/x86_64-unknown-linux-musl/release/pypx_dicomweb /app/pypx_dicomweb

LABEL org.opencontainers.image.authors="Jennings Zhang, FNNDSC <[email protected]>" \
org.opencontainers.image.url="https://github.com/FNNDSC/pypx-rs/tree/master/pypx-DICOMweb" \
org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.title="pypx-DICOMweb" \
org.opencontainers.image.description="DICOMweb server for pypx data"

EXPOSE 4006
CMD ["/app/pypx_dicomweb"]

0 comments on commit cbe2652

Please sign in to comment.