diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh new file mode 100644 index 0000000..e9a5e0b --- /dev/null +++ b/docker-entrypoint.sh @@ -0,0 +1,6 @@ +#!/bin/bash + + +# API dokümantasyonunu güncelle +php artisan scribe:generate +echo "API dokümantasyonu güncellendi" \ No newline at end of file