Update Dockerfile

This commit is contained in:
Alexandre
2023-04-23 14:57:37 +02:00
committed by GitHub
parent dc43dc9acb
commit cb140b7965

View File

@@ -85,8 +85,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
################
RUN chmod 777 /entrypoint.sh
ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/entrypoint.sh" ]
ENTRYPOINT [ "/entrypoint.sh" ]
############
# 5 Labels #