Skip to content

Commit

Permalink
fix: missing prisma generate
Browse files Browse the repository at this point in the history
  • Loading branch information
Vann-Dev committed May 5, 2024
1 parent 3a9ffe4 commit d46938e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ RUN pip install -r requirements.txt

COPY . /app

RUN prisma generate

CMD ["python", "server.py"]

0 comments on commit d46938e

Please sign in to comment.