knowsuchagency commited on
Commit
42d1b82
1 Parent(s): dec822e

chore: Remove unnecessary environment variables in Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -8,7 +8,4 @@ RUN uv pip install -r requirements.txt
8
 
9
  COPY . .
10
 
11
- ENV GRADIO_SERVER_NAME="0.0.0.0"
12
- ENV GRADIO_SERVER_PORT="8080"
13
-
14
  CMD .venv/bin/granian --interface asgi --port 8080 --host 0.0.0.0 main:app
 
8
 
9
  COPY . .
10
 
 
 
 
11
  CMD .venv/bin/granian --interface asgi --port 8080 --host 0.0.0.0 main:app