Skip to content

Commit

Permalink
Bind to public address
Browse files Browse the repository at this point in the history
  • Loading branch information
csaudiodesign committed Dec 10, 2023
1 parent f105379 commit d65af25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ COPY ./requirements.txt /batdetect2_gui/requirements.txt
COPY ./credentials.py /batdetect2_gui/credentials.py
RUN pip install -U pip
RUN pip install --no-cache-dir -r /batdetect2_gui/requirements.txt
CMD ["gunicorn", "application:application"]
CMD ["gunicorn", "application:application", "--bind", "0.0.0.0"]

0 comments on commit d65af25

Please sign in to comment.