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.
2 parents a20c540 + ccc5fe6 commit 4b308b0Copy full SHA for 4b308b0
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