Create Dockerfile
parent
16fb28e770
commit
7b4de6ce52
|
@ -0,0 +1,7 @@
|
||||||
|
FROM tutum/apache-php
|
||||||
|
RUN apt-get update && apt-get install -yq git && rm -rf /var/lib/apt/lists/*
|
||||||
|
RUN rm -fr /app
|
||||||
|
ADD . /app
|
||||||
|
RUN mkdir /data
|
||||||
|
RUN chmod -R 777 /data
|
||||||
|
RUN composer install
|
Loading…
Reference in New Issue