fix dockerfile

This commit is contained in:
jxxghp 2023-06-11 09:52:50 +08:00
parent 97cfa4ea21
commit 4e8d46c91a

View File

@ -44,4 +44,4 @@ RUN apt-get update \
&& rm -rf /root/.cache/
EXPOSE 3001
VOLUME ["/config"]
ENTRYPOINT [ "./start.sh" ]
ENTRYPOINT [ "${WORKDIR}/start.sh" ]