Add options to entrypoint.sh

This commit is contained in:
Carlos Álvaro
2018-09-30 23:56:22 +02:00
parent 47f61842e8
commit c5ea24cd4c
4 changed files with 31 additions and 22 deletions

View File

@@ -59,3 +59,4 @@ RUN chmod +x /sbin/entrypoint.sh
WORKDIR ${SALT_DOCKER_DIR}
ENTRYPOINT [ "/sbin/entrypoint.sh" ]
CMD [ "app:start" ]