Browse Source

port 80 -> 8002

chenhaiyang 4 năm trước cách đây
mục cha
commit
b1008fc3ef
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -6,7 +6,7 @@ COPY ./venv/pkgs /app/pkgs
 RUN pip3 install --no-index --find-links=pkgs -r requirements.txt
 
 
-EXPOSE 80
+EXPOSE 8002
 
 COPY .env /app/.env