Update Dockerfile
parent
7b4de6ce52
commit
fec407a934
|
@ -1,5 +1,5 @@
|
|||
FROM tutum/apache-php
|
||||
RUN apt-get update && apt-get install -yq git && rm -rf /var/lib/apt/lists/*
|
||||
RUN rm -rf /var/lib/apt/lists/*
|
||||
RUN rm -fr /app
|
||||
ADD . /app
|
||||
RUN mkdir /data
|
||||
|
|
Loading…
Reference in New Issue