UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

add HEALTHCHECK

Merged Luke Stigdon requested to merge update-converter into development
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -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
Loading