feat: Add healthcheck script and documentation

This commit is contained in:
Carlos Álvaro
2020-05-23 19:08:59 +02:00
parent 1770220ad5
commit 6611364b93
4 changed files with 67 additions and 2 deletions

View File

@@ -49,8 +49,10 @@ RUN bash ${SALT_BUILD_DIR}/install.sh
COPY assets/runtime ${SALT_RUNTIME_DIR}
RUN chmod -R +x ${SALT_RUNTIME_DIR}
COPY assets/bin/* /usr/local/bin
# Cleaning tasks
RUN rm -rf ${SALT_BUILD_DIR}/*
RUN rm -rf "${SALT_BUILD_DIR:?}"/*
# Entrypoint
COPY entrypoint.sh /sbin/entrypoint.sh