Explorar el Código

port 80 -> 8002

chenhaiyang hace 4 años
padre
commit
b1008fc3ef
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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