Forráskód Böngészése

Update Dockerfile

qiaofeng1227 2 éve
szülő
commit
b6d653bc54
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      appmanage/Dockerfile

+ 1 - 1
appmanage/Dockerfile

@@ -11,7 +11,7 @@ COPY requirements.txt main.py  ./
 RUN pip install -r requirements.txt
 RUN mkdir /data
 
-# Start our applications
+# Start our application
 CMD ["uvicorn", "main:get_app", "--host", "0.0.0.0", "--port", "5000", "--log-level", "info"]
 
 # Expose the port in which the application will be deployed