mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-14 15:37:53 +00:00
removed creation of sqlite db in case they're not using sqlite
This commit is contained in:
parent
2ef2d9c47a
commit
7e4468884d
1 changed files with 0 additions and 3 deletions
|
|
@ -43,6 +43,3 @@ COPY --chown=www-data:www-data --from=assets /app/public/build /var/www/html/pub
|
||||||
|
|
||||||
# Drop back to the www-data user
|
# Drop back to the www-data user
|
||||||
USER www-data
|
USER www-data
|
||||||
|
|
||||||
# Create the sqlite database
|
|
||||||
RUN php -r "file_exists('database/database.sqlite') || touch('database/database.sqlite');"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue