fix dockerfile

This commit is contained in:
jxxghp 2023-06-07 13:37:00 +08:00
parent 0c2bd82a0a
commit cb8160529f

View File

@ -49,4 +49,4 @@ RUN python3 -m pip install -r requirements.txt \
&& echo 'fs.inotify.max_user_instances=5242880' >> /etc/sysctl.conf
EXPOSE 3001
VOLUME ["/config"]
ENTRYPOINT [ "python", "app/main.py" ]
ENTRYPOINT [ "python3", "app/main.py" ]