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

Commit

Permalink
plugin_path file to be overriden in container
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Speckmaier committed Mar 29, 2018
1 parent ed8e290 commit 2373dd2
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 @@ -47,6 +47,6 @@ RUN cd /opt/rancherize-package \
&& COMPOSER_ALLOW_SUPERUSER=1 ./composer.phar install \
&& rm composer.phar

COPY docker/plugin_path.php /opt/rancherize-package
COPY docker/plugin_path.php /opt/rancherize/vendor/ipunkt/rancherize/

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

0 comments on commit 2373dd2

Please sign in to comment.