Update Dockerfile

This commit is contained in:
qiaofeng1227 2023-05-05 10:42:49 +08:00 committed by GitHub
parent d44a06c030
commit eaf7d893b8
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 source and install pip dependencies