Update Dockerfile

This commit is contained in:
qiaofeng1227 2023-07-07 09:37:09 +08:00 committed by GitHub
parent 6a80fab7f9
commit 898aaa071b
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>"
LABEL version="0.5.8"
LABEL version="0.7.5"
# Create API Directory
WORKDIR /usr/src/app
@ -20,4 +20,4 @@ RUN pip install -r requirements.txt
RUN mkdir /data
# Expose the port in which the application will be deployed
EXPOSE 5000
EXPOSE 5000