Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
--api and --scrape aren't valid options and make the container halt
  • Loading branch information
djp3 authored and tjayrush committed Jan 17, 2024
1 parent eb27d60 commit ddb5e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ COPY --from=builder /root/.local/share/trueblocks /root/.local/share/trueblocks
ARG SERVE_PORT=8080
EXPOSE ${SERVE_PORT}

CMD ["chifra", "daemon", "--api", "on", "--scrape", "index"]
CMD ["chifra", "daemon"]

0 comments on commit ddb5e34

Please sign in to comment.