We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62dd6b commit 588ee7cCopy full SHA for 588ee7c
Dockerfile
@@ -103,6 +103,8 @@ RUN bun run build
103
RUN php artisan key:generate
104
105
# Run migrations and seed the database if needed (optional, can also be done at runtime)
106
+RUN touch database/database.sqlite
107
+RUN chown -R www-data:www-data database/database.sqlite
108
RUN php artisan migrate:fresh --force
109
RUN php artisan db:seed --force
110
0 commit comments