Update Dockerfile

This commit is contained in:
Alexandre
2023-05-21 10:38:37 +02:00
committed by GitHub
parent 738cba2977
commit 93e7879bc6

View File

@@ -75,7 +75,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
# 4 Entrypoint #
################
WORKDIR [ "/app" ]
WORKDIR "/app"
ENTRYPOINT [ "/init" ]
############