Skip to content

Commit

Permalink
fix: change container port and expose 8080 on dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ju4nv1e1r4 committed Nov 11, 2024
1 parent 1531720 commit 9c5db3f
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 @@ -10,4 +10,4 @@ COPY . .

EXPOSE 8080

CMD ["streamlit", "run", "abm_advisor.py", "--server.port=8080", "--server.address=0.0.0.0"]
CMD ["streamlit", "run", "src/app.py", "--server.port=8080", "--server.address=0.0.0.0"]

0 comments on commit 9c5db3f

Please sign in to comment.