Skip to content

Commit

Permalink
added docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
aqeell7 committed Sep 23, 2024
1 parent 1985026 commit 548cf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.user
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY packages ./packages
# Install dependencies
RUN npm install
# Can you add a script to the global package.json that does this?
RUN npm run db:generate
RUN cd packages/db && npx prisma generate && cd ../..

# Can you filter the build down to just one app?
RUN npm run build
Expand Down

0 comments on commit 548cf7c

Please sign in to comment.