Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #15 from ar-io/PE-6403-ao-configuration
Browse files Browse the repository at this point in the history
fix(env): update env config for AO process
  • Loading branch information
dtfiedler authored Jul 16, 2024
2 parents 8d123d3 + c48770c commit e35776c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM node:${NODE_VERSION}-bullseye-slim AS builder
WORKDIR /app
COPY . .
RUN yarn --ignore-engines && yarn build
RUN rm-rf node_modules & yarn install --force
RUN rm-rf node_modules & yarn install --force --ignore-engines

# Runtime
FROM gcr.io/distroless/nodejs${NODE_VERSION_SHORT}-debian11
Expand Down
2 changes: 1 addition & 1 deletion src/system.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const contract: AoIORead = IO.init({
// @permaweb/aoconnect defaults will be used if these are not provided
MU_URL: config.AO_MU_URL,
CU_URL: config.AO_CU_URL,
GRAPHQL_URL: config.AO_GATEWAY_URL,
GRAPHQL_URL: config.AO_GRAPHQL_URL,
GATEWAY_URL: config.AO_GATEWAY_URL,
}),
}),
Expand Down

0 comments on commit e35776c

Please sign in to comment.