Skip to content

Commit

Permalink
Generate GQL schema in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
CarsonF committed Oct 23, 2024
1 parent 6e07eee commit 7d26902
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ EOF
# Build server
RUN yarn build

# Generate GraphQL schema
RUN yarn start -- --gen-schema

# Remove non-production files
RUN rm -rf nest-cli.json tsconfig* test
# Remove dev dependencies
Expand Down

0 comments on commit 7d26902

Please sign in to comment.