Skip to content

Commit

Permalink
shifting prisma generate
Browse files Browse the repository at this point in the history
  • Loading branch information
mgtennant committed Jul 30, 2024
1 parent 4f47eca commit fa7d49a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ USER 1001:1001
# Install dependencies and build the application
RUN npm run all:ci \
&& npm run all:build \
&& npx prisma generate \
&& npm run client:purge

# Testing prisma generate here...
RUN npx prisma generate

# Expose the port the app runs on
EXPOSE 8000

Expand Down

0 comments on commit fa7d49a

Please sign in to comment.