This commit is contained in:
qiaofeng1227 2023-08-25 09:18:27 +08:00
parent 70141869ee
commit 029e64a6c3

View File

@ -1,6 +1,6 @@
FROM python:3.10-slim FROM python:3.10-slim
LABEL maintainer="Websoft9<help@websoft9.com>" LABEL maintainer="Websoft9<help@websoft9.com>"
LABEL version="0.8.18" LABEL version="0.8.19"
# Create API Directory # Create API Directory
WORKDIR /usr/src/app WORKDIR /usr/src/app