Skip to content

Commit

Permalink
updated the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel.Johnson committed Aug 29, 2024
1 parent 32ce1ae commit cca9c32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ installing-docker:
fi

run-app:
cd app && uvicorn main:app --port=7000 --debug --reload
source vachan-ENV/bin/activate && \
cd app && \
uvicorn main:app --port=7000 --reload


setup:
Expand Down

0 comments on commit cca9c32

Please sign in to comment.