Skip to content

Commit

Permalink
Fixing build process for GraphQL stack
Browse files Browse the repository at this point in the history
  • Loading branch information
underbluewaters committed Jul 16, 2024
1 parent cee3cc2 commit d448a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/infra/containers/graphql/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ RUN npm install lerna@6
ARG commit
RUN git clone https://github.com/seasketch/next.git /home/seasketch/src && cd /home/seasketch/src && git checkout $commit
WORKDIR /home/seasketch/src/packages/api
RUN npx lerna@6 bootstrap --scope=@seasketch/api --scope=@seasketch/map-tile-cache-calculator --scope=@seasketch/vector-data-source --scope=@seasketch/mapbox-gl-esri-sources --scope=spatial-uploads-handler && npm run build
RUN npx lerna@6.6.2 bootstrap --scope=@seasketch/api --scope=@seasketch/map-tile-cache-calculator --scope=@seasketch/vector-data-source --scope=@seasketch/mapbox-gl-esri-sources --scope=spatial-uploads-handler --scope=@seasketch/geostats-types && npm run build
EXPOSE 3857
CMD ["npm", "run", "start"]
1 change: 1 addition & 0 deletions packages/infra/lib/UploadHandlerLambdaStack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export class UploadHandlerLambdaStack extends cdk.Stack {
TILES_BASE_URL,
DEBUGGING_AWS_ACCESS_KEY_ID: DEBUGGING_AWS_ACCESS_KEY_ID || "",
DEBUGGING_AWS_SECRET_ACCESS_KEY: DEBUGGING_AWS_SECRET_ACCESS_KEY || "",
NODE_EXTRA_CA_CERTS: "/var/runtime/ca-cert.pem",
},
memorySize: 10240,
reservedConcurrentExecutions: 100,
Expand Down

0 comments on commit d448a00

Please sign in to comment.