diff --git a/portainer_agent/Dockerfile b/portainer_agent/Dockerfile index 1de50846f..4472d26cb 100644 --- a/portainer_agent/Dockerfile +++ b/portainer_agent/Dockerfile @@ -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" ] ############