Browse Source

port 80 -> 8002

chenhaiyang 4 years ago
parent
commit
ceb3bc9685

+ 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