diff --git a/Dockerfile b/Dockerfile index 446f60a7..fa518181 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 [ "${WORKDIR}/start.sh" ]