diff --git a/Dockerfile b/Dockerfile index 5e2aa7f3..446f60a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,4 +44,4 @@ RUN apt-get update \ && rm -rf /root/.cache/ EXPOSE 3001 VOLUME ["/config"] -ENTRYPOINT [ "start.sh" ] +ENTRYPOINT [ "./start.sh" ]