Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
limwa committed Jul 17, 2024
1 parent 1c5cad7 commit a1624c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.seeder
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ RUN [ -z "${LARAVEL_ENV_FILE_KEY}" ] || php artisan env:decrypt -n --env=${LARAV
COPY public/ ./public/
COPY storage/ ./storage/

CMD [ "sh", "-c", "php artisan app:create-db-schema && php artisan migrate -n"]
CMD [ "sh", "-c", "php artisan app:create-db-schema && php artisan migrate --seed -n"]

0 comments on commit a1624c0

Please sign in to comment.