fix dockerfile

This commit is contained in:
jxxghp 2023-06-11 09:49:41 +08:00
parent 7d7ab6c51c
commit 97cfa4ea21

View File

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