Skip to content

Commit

Permalink
copy prisma to ./prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-im committed Aug 7, 2023
1 parent 04f3d82 commit e15b66f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:

jobs:
testing:
name: Test Server and Client
runs-on: ubuntu-latest
timeout-minutes: 5

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ COPY ./server/package*.json ./

RUN npm install --production

COPY ./server/prisma/ .
COPY ./server/prisma/ ./prisma

RUN npx prisma generate

Expand Down

0 comments on commit e15b66f

Please sign in to comment.