Correction

This commit is contained in:
Alexandre
2022-01-14 09:27:07 +01:00
parent 175837f3cc
commit e1a8cd4077
51 changed files with 345 additions and 292 deletions

View File

@@ -59,7 +59,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
RUN chmod 777 /entrypoint.sh
#WORKDIR /
ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/entrypoint.sh" ]
CMD [ "/entrypoint.sh" ]
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"]