-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c024dd
commit cbe2652
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"] |