Skip to content

Commit

Permalink
추가: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
rrosiee committed Jul 10, 2024
1 parent 15f066a commit d09845c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt

# 애플리케이션 코드 복사
COPY ./ /code/

ENTRYPOINT ["uvicorn", "app.main:app", "--reload"]

0 comments on commit d09845c

Please sign in to comment.