mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-10 14:58:05 +00:00
Merge pull request #359 from djmaze/fix-docker-entrypoint
Fix Docker entrypoint
This commit is contained in:
commit
ee6f5cae04
@ -21,5 +21,5 @@ ENV HOME /root
|
|||||||
VOLUME /root/.twister
|
VOLUME /root/.twister
|
||||||
|
|
||||||
# Run twisterd by default
|
# Run twisterd by default
|
||||||
ENTRYPOINT ["/twister-core/docker-entrypoint"]
|
ENTRYPOINT ["/twister-core/docker-entrypoint.sh"]
|
||||||
EXPOSE 28332
|
EXPOSE 28332
|
||||||
|
Loading…
Reference in New Issue
Block a user