Skip to content
Snippets Groups Projects
Commit 4cf85fd5 authored by Rodrigo Goncalves's avatar Rodrigo Goncalves
Browse files

Adds the command.sh script to /usr/local/bin, to call the management...

Adds the command.sh script to /usr/local/bin, to call the management command.php script in the correct directory
parent 724eca71
No related branches found
No related tags found
1 merge request!13Adds the command.sh script to /usr/local/bin, to call the management...
......@@ -8,6 +8,7 @@ ADD docker/web/apache-ssl.conf /etc/apache2/sites-enabled/000-default-ssl.conf
ADD docker/web/ca.crt /etc/apache2/ssl/
ADD docker/web/server.crt /etc/apache2/ssl/
ADD docker/web/server.key /etc/apache2/ssl/
ADD docker/command.sh /usr/local/bin/
RUN a2enmod ssl
RUN a2enmod proxy
RUN a2enmod proxy_http
......
#!/bin/sh
cd /var/www/html/bin/smartdata/management
php command.php "$@"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment