Skip to content

Commit

Permalink
env added for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingflexer committed Jan 15, 2024
1 parent 9ab0e86 commit f8da96c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ WORKDIR $HOME/app
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
COPY --chown=user . $HOME/app

ENV GRADIO_SERVER_NAME=0.0.0.0

EXPOSE 7860

CMD ["python", "src/app.py"]

0 comments on commit f8da96c

Please sign in to comment.