Skip to content

Commit

Permalink
add apps module
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson authored Jan 8, 2019
1 parent 3514930 commit e9682e9
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 @@ -28,7 +28,7 @@ COPY config/php.ini /usr/local/etc/php/
RUN git clone https://github.com/emoncms/emoncms.git /var/www/html
RUN git clone https://github.com/emoncms/dashboard.git /var/www/html/Modules/dashboard
RUN git clone https://github.com/emoncms/graph.git /var/www/html/Modules/graph

RUN git clone https://github.com/emoncms/app.git /var/www/html/Modules/app

COPY docker.settings.php /var/www/html/settings.php

Expand Down

0 comments on commit e9682e9

Please sign in to comment.