Update Dockerfile

This commit is contained in:
qiaofeng1227 2023-03-24 15:01:20 +08:00 committed by GitHub
parent 53c894a911
commit 4f43b29243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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