Skip to content

Commit

Permalink
Expose the port
Browse files Browse the repository at this point in the history
  • Loading branch information
willu47 committed Dec 19, 2024
1 parent de59fc7 commit 70e2967
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 @@ -8,7 +8,7 @@ RUN pip install --no-cache-dir -r requirements.txt

ADD . /research-index

EXPOSE 80
EXPOSE 8000

CMD ["fastapi", "run", "main.py", \
"--port", "8000", \
Expand Down

0 comments on commit 70e2967

Please sign in to comment.