We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b054383 commit ccc5fe6Copy full SHA for ccc5fe6
Dockerfile
@@ -0,0 +1,10 @@
1
+FROM php:7.1-apache
2
+
3
+COPY . /var/www/client
4
+WORKDIR /var/www/client
5
6
+RUN apt-get update && \
7
+ apt-get install -y git zip zlib1g-dev && docker-php-ext-install zip
8
+RUN curl --silent --show-error https://getcomposer.org/installer | php
9
10
+RUN php composer.phar install
0 commit comments