Update Dockerfile

This commit is contained in:
qiaofeng1227 2023-03-27 09:13:09 +08:00 committed by GitHub
parent 192c255af4
commit 091c98e392
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
FROM python:3.10-slim
LABEL maintainer="Websoft9<help@websoft9.com>"
# Create api Directory
# Create api directory
WORKDIR /usr/src/app
# Copy sources and install pip dependencies