From e0c7f2da31eec94d3c97237cec07d1cb3a0a2b74 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Thu, 11 May 2023 14:09:03 +0800 Subject: [PATCH] Update Dockerfile --- appmanage/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appmanage/Dockerfile b/appmanage/Dockerfile index 204756e5..7153b270 100644 --- a/appmanage/Dockerfile +++ b/appmanage/Dockerfile @@ -18,5 +18,5 @@ RUN chmod +x /etc/supervisor/conf.d/supervisord.conf /cmd.sh RUN pip install -r requirements.txt RUN mkdir /data -# Expose the port in which the application will be deployed +# Expose the port in which the application will be deployed EXPOSE 5000