Skip to content

Commit

Permalink
Fix entrypoint in dockerfile (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-04 authored Dec 31, 2024
1 parent e0ceb85 commit 6997c0f
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 @@ -23,4 +23,4 @@ COPY ./docker/run-bridge.sh /usr/local/bin/run-bridge.sh
ENV SYSTEM_SITE_PACKAGES=true
VOLUME /data

ENTRYPOINT /usr/local/bin/run-bridge.sh
ENTRYPOINT ["/usr/local/bin/run-bridge.sh"]

0 comments on commit 6997c0f

Please sign in to comment.