fix: line endings

This commit is contained in:
Mismaah 2024-09-21 10:16:05 +00:00
parent be9510e6d5
commit 9c184398b6
4 changed files with 7 additions and 3 deletions

View File

@ -1 +1,2 @@
.git

View File

@ -24,3 +24,4 @@ RUN composer install --ignore-platform-reqs
RUN chmod +x /app/docker-startup.sh
ENTRYPOINT [ "/app/docker-startup.sh" ]

View File

@ -29,3 +29,4 @@ services:
volumes:
dbdata:

View File

@ -4,3 +4,4 @@ php artisan key:generate
php artisan migrate --seed
php artisan storage:link
php artisan serve --host 0.0.0.0