Idk what its doing but lets see
This commit is contained in:
parent
09f2db82f5
commit
8634d89912
|
|
@ -34,7 +34,7 @@ EXPOSE 80
|
||||||
# ADD conf/php.ini /etc/php5/apache2/php.ini
|
# ADD conf/php.ini /etc/php5/apache2/php.ini
|
||||||
|
|
||||||
# Update the default apache site with the config we created.
|
# Update the default apache site with the config we created.
|
||||||
ADD conf/apache-vhost.conf /etc/apache2/sites-available/cmc-sales
|
ADD conf/apache-vhost.conf /opt/docker/etc/httpd/vhost.common.d/cmc-sales.conf
|
||||||
ADD conf/ripmime /bin/ripmime
|
ADD conf/ripmime /bin/ripmime
|
||||||
|
|
||||||
RUN chmod +x /bin/ripmime
|
RUN chmod +x /bin/ripmime
|
||||||
|
|
@ -48,7 +48,5 @@ RUN mkdir /var/www/cmc-sales/app/tmp/logs
|
||||||
RUN chmod -R 755 /var/www/cmc-sales/app/tmp
|
RUN chmod -R 755 /var/www/cmc-sales/app/tmp
|
||||||
RUN chmod +x /var/www/cmc-sales/run_vault.sh
|
RUN chmod +x /var/www/cmc-sales/run_vault.sh
|
||||||
|
|
||||||
RUN a2ensite cmc-sales
|
|
||||||
|
|
||||||
# By default, simply start apache.
|
# By default, simply start apache.
|
||||||
CMD /usr/sbin/apache2ctl -D FOREGROUND
|
CMD /usr/sbin/apache2ctl -D FOREGROUND
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue