mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-23 09:20:20 +08:00
commit
32ec04a59e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user