Update Dockerfile

This commit is contained in:
qiaofeng1227 2023-11-13 17:24:14 +08:00 committed by GitHub
parent 884853a811
commit fdb2e14678
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
# modify time: 202311081540, you can modify here to trigger Docker Build action
# modify time: 202311131740, you can modify here to trigger Docker Build action
FROM python:3.10-slim-bullseye
LABEL maintainer="Websoft9<help@websoft9.com>"
@ -56,4 +56,4 @@ VOLUME /websoft9/apphub/logs
VOLUME /websoft9/apphub/src/config
EXPOSE 8080
ENTRYPOINT ["/websoft9/script/entrypoint.sh"]
ENTRYPOINT ["/websoft9/script/entrypoint.sh"]