Skip to content

Commit

Permalink
Add templates directory inside the Dockerfile (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjambrecic authored Feb 16, 2024
1 parent 621d860 commit bc261ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ COPY migrations ./migrations
COPY google_ads ./google_ads
COPY openai_agent ./openai_agent
COPY captn ./captn
COPY templates ./templates
COPY application.py scripts/* schema.prisma pyproject.toml ./
RUN pip install -e ".[dev]"

Expand Down

0 comments on commit bc261ab

Please sign in to comment.