Skip to content
Snippets Groups Projects
Commit d2e36d13 authored by Tibo's avatar Tibo
Browse files

do not cache config ahead of time

parent 443ae046
No related branches found
No related tags found
No related merge requests found
Pipeline #4373 passed
......@@ -51,8 +51,7 @@ RUN chown -R www-data:www-data /var/www/html/storage \
COPY env.docker /var/www/html/.env
## optimize config and create sqlite db structure
RUN php artisan config:cache \
&& mkdir -p storage/app \
RUN mkdir -p storage/app \
&& touch storage/app/db.sqlite \
&& php artisan migrate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment