change workspace and php-fpm work directories

making them compatible with multiple projects
This commit is contained in:
Mahmoud Zalt
2016-10-31 19:28:25 -04:00
parent 6ee790c26d
commit 2ed09f42ca
3 changed files with 3 additions and 3 deletions

View File

@ -142,7 +142,7 @@ RUN rm -r /var/lib/apt/lists/*
RUN usermod -u 1000 www-data
WORKDIR /var/www/laravel
WORKDIR /var/www
CMD ["php-fpm"]