Просмотр исходного кода

dev dockerfile文件配置修复

mengqiankang 1 месяц назад
Родитель
Сommit
b059fa53b1
2 измененных файлов с 4 добавлено и 4 удалено
  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 . .
 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 . .
 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"]