Dockerized #1

Merged
bilal.catic merged 8 commits from dockerized into development 2018-06-13 12:44:00 +02:00
Showing only changes of commit bca309dc94 - Show all commits

View File

@@ -4,6 +4,8 @@ ENV TEST_URL=http://localhost:8000/api-wiaas \
PROD_URL=http://localhost:8000/api-wiaas \
DEV_URL=http://localhost:8000/api-wiaas
RUN apt-get update && apt-get install -y git && apt-get install -y unzip
COPY docker/php/apache2.conf /etc/apache2/
COPY docker/php/composer.phar /usr/local/bin/composer
@@ -32,4 +34,4 @@ RUN cp -r build/* /var/www/html/
RUN docker-php-ext-install pdo pdo_mysql mysqli
RUN a2enmod rewrite
RUN a2enmod rewrite