Skip to content

Commit

Permalink
fix: app 경로 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonjy committed Apr 19, 2024
1 parent aa18ca7 commit 09f2d61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/ai_response_processor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ FROM python:3.11
WORKDIR /code

COPY ./requirements.txt /code/requirements.txt
COPY . /code

RUN pip install --no-cache-dir -r /code/requirements.txt

COPY ./app /code/app

CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]

0 comments on commit 09f2d61

Please sign in to comment.