Skip to content

Commit

Permalink
fix: Copy cardano-node config into Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Mar 23, 2021
1 parent f3aea78 commit 4bf4866
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ COPY --from=cardano-graphql-builder /app/packages/util/package.json /app/package
COPY --from=cardano-graphql-production-deps /app/node_modules /app/node_modules
COPY --from=cardano-graphql-production-deps /app/packages/api-cardano-db-hasura/node_modules /app/packages/api-cardano-db-hasura/node_modules
COPY config/network/${NETWORK}/genesis /config/genesis/
COPY config/network/${NETWORK}/cardano-node /config/cardano-node/
RUN mkdir /node-ipc
WORKDIR /app/packages/server/dist
EXPOSE 3100
Expand Down

0 comments on commit 4bf4866

Please sign in to comment.