Update Dockerfile

This commit is contained in:
qiaofeng1227 2023-05-12 11:02:18 +08:00 committed by GitHub
parent a8eba3e527
commit 2f4c9196d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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