Update Dockerfile

pull/13/head
zzg 2015-06-06 01:13:54 +08:00
parent fec407a934
commit 0a0aec8220
1 changed files with 0 additions and 1 deletions

View File

@ -4,4 +4,3 @@ RUN rm -fr /app
ADD . /app
RUN mkdir /data
RUN chmod -R 777 /data
RUN composer install