Skip to content

Commit daaed4e

Browse files
authored
Update Dockerfile
1 parent 591327c commit daaed4e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RUN wget https://raw.githubusercontent.com/composer/getcomposer.org/master/web/i
1010
WORKDIR /app
1111
COPY . /app
1212
RUN composer install
13+
RUN touch /app/database/database.sqlite
1314
RUN DB_HOST=$db_host DB_USERNAME=$db_username DB_PASSWORD=$db_password DB_DATABASE=$db_database php artisan migrate
1415
RUN DB_HOST=$db_host DB_USERNAME=$db_username DB_PASSWORD=$db_password DB_DATABASE=$db_database vendor/bin/phpunit
1516
RUN echo "#!/bin/sh\n" \

0 commit comments

Comments
 (0)