Skip to content

Commit

Permalink
chore: OpenShift
Browse files Browse the repository at this point in the history
  • Loading branch information
cbolles committed Jul 8, 2024
1 parent d2b01fc commit 0cd806f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/gateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine AS NIST
FROM node:18-alpine AS NIST

# Copy over the source
WORKDIR /usr/src/gateway
Expand Down
1 change: 0 additions & 1 deletion packages/gateway/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ import configuration from './config/configuration';
driver: ApolloGatewayDriver,
useFactory: async (configService: ConfigService) => ({
autoSchemaFile: {
path: 'schema.gql',
federation: 2
},
gateway: {
Expand Down
3 changes: 1 addition & 2 deletions packages/server/src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ import { CommentModule } from './comment/comment.module';
}),
GraphQLModule.forRoot<ApolloFederationDriverConfig>({
autoSchemaFile: {
federation: 2,
path: 'schema.gql'
federation: 2
},
driver: ApolloFederationDriver
}),
Expand Down

0 comments on commit 0cd806f

Please sign in to comment.