瀏覽代碼

dev dockerfile文件配置修复

mengqiankang 1 月之前
父節點
當前提交
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 . .
 
-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"]