Skip to content

Commit

Permalink
fix command linke invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Feb 20, 2024
1 parent 6074cf7 commit 7dabdb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ EXPOSE 1416

ENV PATH="/opt/venv/bin:$PATH"

CMD ["hayhooks", "run", "0.0.0.0"]
CMD ["hayhooks", "run", "--host", "0.0.0.0", "--port", "1416"]

0 comments on commit 7dabdb3

Please sign in to comment.