set php work directory to laravel's directory

This commit is contained in:
Mahmoud Zalt 2016-05-09 15:45:54 +03:00
parent 79009cc97e
commit 64bf3222af
2 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,8 @@ RUN docker-php-ext-install \
RUN usermod -u 1000 www-data
WORKDIR /var/www/laravel
CMD ["php-fpm"]
EXPOSE 9000