Ensure shutdown hook is called on docker stop
[aai/model-loader.git] / src / main / docker / Dockerfile
index 6f187d5..9aafdda 100644 (file)
@@ -21,4 +21,4 @@ COPY *.sh $BIN_HOME
 RUN chmod 755 $BIN_HOME/*
 RUN ln -s /logs $MICRO_HOME/logs
 
-CMD /opt/app/model-loader/bin/start.sh
+CMD ["/opt/app/model-loader/bin/start.sh"]