Commit 64bf3222 authored by Mahmoud Zalt's avatar Mahmoud Zalt

set php work directory to laravel's directory

parent 79009cc9
......@@ -14,6 +14,8 @@ RUN docker-php-ext-install \
RUN usermod -u 1000 www-data
WORKDIR /var/www/laravel
CMD ["php-fpm"]
EXPOSE 9000
date.timezone = UTC
display_errors = Off
log_errors = On
log_errors = On
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment