Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #20 from graphops/petko/dockerfile-remove-boot-flag
Browse files Browse the repository at this point in the history
bugfix: remove boot flag from Dockerfile
  • Loading branch information
pete-eiger authored Feb 7, 2023
2 parents 9fe02d4 + ea11e8e commit 6f12026
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ PRIVATE_KEY=
GRAPH_NODE_STATUS_ENDPOINT=
REGISTRY_SUBGRAPH=
NETWORK_SUBGRAPH=
WAKU_HOST=
WAKU_PORT=
BOOT_NODE_ADDRESSES
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ RUN sh install-golang.sh
ENV PATH=$PATH:/usr/local/go/bin

RUN cargo build
CMD ["cargo", "run", "boot"]
CMD ["cargo", "run"]

0 comments on commit 6f12026

Please sign in to comment.