Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl committed Nov 14, 2023
1 parent 8e4a35f commit 46607a6
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 @@ -28,7 +28,7 @@ RUN python3 -m pip install --upgrade pip
COPY migrations ./migrations
COPY google_ads ./google_ads
COPY openai_agent ./openai_agent
COPY captn_agetns ./captn_agents
COPY captn_agents ./captn_agents
COPY captn ./captn
COPY application.py scripts/* fastapi_requirements.txt schema.prisma pyproject.toml ./
RUN pip install -r fastapi_requirements.txt && pip install -e .
Expand Down

0 comments on commit 46607a6

Please sign in to comment.