Skip to content

Commit

Permalink
Fix merkle maker docker entrypoint (#193)
Browse files Browse the repository at this point in the history
Co-authored-by: devops72-sre <>
  • Loading branch information
devops72-sre authored Aug 12, 2024
1 parent 6d2244f commit 683a3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/merkle-maker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ RUN poetry install
FROM base as final
COPY --from=builder /opt/ opt/
WORKDIR /opt/merkle-maker
ENTRYPOINT /opt/merkle-maker/.venv/bin/python3.12 merkle-maker/main.py ${ARG}
ENTRYPOINT /opt/merkle-maker/.venv/bin/python3.12 merkle_maker/main.py ${ARG}

0 comments on commit 683a3b6

Please sign in to comment.