Kaynağa Gözat

dev dockerfile文件配置修复

mengqiankang 1 ay önce
ebeveyn
işleme
b059fa53b1
2 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 2 2
      alien_gateway/Dockerfile
  2. 2 2
      alien_store/Dockerfile

+ 2 - 2
alien_gateway/Dockerfile

@@ -17,6 +17,6 @@ RUN poetry source add --priority=primary tsinghua https://pypi.tuna.tsinghua.edu
 
 COPY . .
 
-EXPOSE 33333
+EXPOSE 43333
 
-CMD ["uvicorn", "alien_gateway.main:app", "--host", "0.0.0.0", "--port", "33333"]
+CMD ["uvicorn", "alien_gateway.main:app", "--host", "0.0.0.0", "--port", "43333"]

+ 2 - 2
alien_store/Dockerfile

@@ -17,6 +17,6 @@ RUN poetry source add --priority=primary tsinghua https://pypi.tuna.tsinghua.edu
 
 COPY . .
 
-EXPOSE 38001
+EXPOSE 48001
 
-CMD ["uvicorn", "alien_store.main:app", "--host", "0.0.0.0", "--port", "38001"]
+CMD ["uvicorn", "alien_store.main:app", "--host", "0.0.0.0", "--port", "48001"]