allow scripts usage

This commit is contained in:
Alexandre
2021-12-20 09:50:56 +01:00
parent 5c1e878fd1
commit 965a121d99
6 changed files with 24 additions and 0 deletions

View File

@@ -45,6 +45,10 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
# 4 Entrypoint #
################
RUN chmod 777 /entrypoint.sh
ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/entrypoint.sh" ]
#RUN chmod 777 /entrypoint.sh
#WORKDIR /
#ENTRYPOINT [ "/usr/bin/env" ]