Skip to content

Commit

Permalink
[#1]fix: analysis port 변경, Dockerfile 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
ujkkk committed Dec 8, 2024
1 parent 3fbef21 commit a82ecc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code-Analysis-Server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ COPY app /home/visualize/app

RUN poetry install --no-root

EXPOSE 8000
EXPOSE 8001

ENTRYPOINT [ "poetry" ,"run", "uvicorn", "app.route:app", "--host", "0.0.0.0", "--port", "8000", "--reload"]
ENTRYPOINT [ "poetry" ,"run", "uvicorn", "app.route:app", "--host", "0.0.0.0", "--port", "8001", "--reload"]

0 comments on commit a82ecc6

Please sign in to comment.