浏览代码

Update Dockerfile

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

+ 1 - 1
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