Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
symlink /opt/rancherize/rancherize to /opt/rancherize/vendor/bin/ranc…
Browse files Browse the repository at this point in the history
…herize
  • Loading branch information
Sven Speckmaier committed Nov 27, 2017
1 parent 8c6ae7d commit d4049bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ RUN cd /opt/rancherize-package \
&& cd /opt/rancherize \
&& curl -sSL "https://gist.githubusercontent.com/justb81/1006b89e41e41e1c848fe91969af7a0b/raw/c12faf968e659356ec1cb53f313e7f8383836be3/getcomposer.sh" | sh \
&& COMPOSER_ALLOW_SUPERUSER=1 ./composer.phar install \
&& rm composer.phar
&& rm composer.phar \
&& ln -s vendor/bin/rancherize

ENTRYPOINT ["/bin/sh", "/opt/rancherize/docker-entrypoint.sh"]

0 comments on commit d4049bb

Please sign in to comment.