Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jzalucki committed Oct 1, 2024
1 parent c811bea commit 122e0d7
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 @@ -9,6 +9,6 @@ COPY entrypoint.sh /entrypoint.sh

RUN chmod +x /entrypoint.sh

RUN lsof -i :8126
RUN sudo lsof -i :8126

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 122e0d7

Please sign in to comment.