Skip to content

Commit

Permalink
⚡ add cache to dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ddoddii committed Jan 11, 2024
1 parent 898a0df commit b5de099
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 @@ -9,4 +9,4 @@ RUN pip install -r requirements.txt

VOLUME /app/resume-db

CMD uvicorn --host=0.0.0.0 --port 8000 main:app
CMD uvicorn --host=0.0.0.0 --port 8000 main:app

0 comments on commit b5de099

Please sign in to comment.