UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit a9899a80 authored by Jacob Rohlman's avatar Jacob Rohlman
Browse files

Merge branch 'update-converter' into 'development'

add HEALTHCHECK

See merge request !19
parents c94c5aed fe7c8fbd
No related branches found
No related tags found
2 merge requests!20Merge Development to Master,!19add HEALTHCHECK
Pipeline #407887 passed
......@@ -16,6 +16,8 @@ RUN microdnf install -y unzip shadow-utils && \
microdnf clean all && \
rm -rf /var/cache/yum /var/tmp/* /tmp/* /var/tmp/.???* /tmp/.???*
HEALTHCHECK none
USER ${DEFAULTUID}
ENTRYPOINT ["/usr/local/bin/rda-converter"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment