Update Dockerfile

This commit is contained in:
qiaofeng1227 2023-03-24 15:32:38 +08:00 committed by GitHub
parent e90a68ba47
commit f798eee0d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
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 directory
WORKDIR /usr/src/app WORKDIR /usr/src/app