Merge pull request #221 from Websoft9test/main

Update Dockerfile
This commit is contained in:
qiaofeng1227 2023-07-07 11:46:05 +08:00 committed by GitHub
commit 32ec04a59e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.5.8" LABEL version="0.7.5"
# Create API Directory # Create API Directory
WORKDIR /usr/src/app WORKDIR /usr/src/app