distroless

This commit is contained in:
Graham McIntire 2025-06-15 15:04:53 -05:00
parent 05951ad609
commit 40eeb2f4aa

View file

@ -78,5 +78,5 @@ LABEL org.opencontainers.image.vendor="APRS.me" \
security.nonroot="true"
# Run the server
ENTRYPOINT ["/app/bin/server"]
ENTRYPOINT ["/app/bin/aprs"]
EXPOSE $PORT