浏览代码

Update Dockerfile

qiaofeng1227 2 年之前
父节点
当前提交
898aaa071b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      appmanage/Dockerfile

+ 2 - 2
appmanage/Dockerfile

@@ -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