소스 검색

port 80 -> 8002

chenhaiyang 4 년 전
부모
커밋
ceb3bc9685
6개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile
  2. 0 0
      app/controllers/equipment/__init__.py
  3. 0 0
      app/controllers/equipment/controller.py
  4. 0 0
      app/controllers/equipment/fcu.py
  5. 0 0
      app/controllers/equipment/vav.py
  6. 0 0
      app/models/space.py

+ 1 - 1
Dockerfile

@@ -14,4 +14,4 @@ COPY ./app /app/app
 
 ENV TZ=Asia/Shanghai
 
-CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "80"]
+CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8002"]

+ 0 - 0
app/controllers/equipment/__init__.py


+ 0 - 0
app/controllers/equipment/controller.py


+ 0 - 0
app/controllers/equipment/fcu.py


+ 0 - 0
app/controllers/equipment/vav.py


+ 0 - 0
app/models/space.py