Skip to content

Commit

Permalink
chore: Remove unnecessary environment variables in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
knowsuchagency committed Jun 12, 2024
1 parent 793661a commit 5aadba5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,4 @@ RUN uv pip install -r requirements.txt

COPY . .

ENV GRADIO_SERVER_NAME="0.0.0.0"
ENV GRADIO_SERVER_PORT="8080"

CMD .venv/bin/granian --interface asgi --port 8080 --host 0.0.0.0 main:app

0 comments on commit 5aadba5

Please sign in to comment.