pegasus-io / belenios-containers

Container library for running http://belenios.org
4 stars 1 forks source link

ENTRYPOINT DEF #2

Closed Jean-Baptiste-Lasselle closed 3 years ago

Jean-Baptiste-Lasselle commented 4 years ago

Why not... :

docker exec -it belenios-node bash -c "cd ./install_home/ && eval $(opam env) && demo/demo.sh"

So :


# -- in the Dockerfile
ENTRYPOINT [ 'eval', '$(opam env)' ]
Jean-Baptiste-Lasselle commented 3 years ago

Not relevant anymore, since https://github.com/pegasus-io/belenios-containers/releases/tag/0.0.2 :