fix: line endings
This commit is contained in:
parent
be9510e6d5
commit
9c184398b6
|
@ -1 +1,2 @@
|
||||||
.git
|
.git
|
||||||
|
|
||||||
|
|
|
@ -24,3 +24,4 @@ RUN composer install --ignore-platform-reqs
|
||||||
RUN chmod +x /app/docker-startup.sh
|
RUN chmod +x /app/docker-startup.sh
|
||||||
|
|
||||||
ENTRYPOINT [ "/app/docker-startup.sh" ]
|
ENTRYPOINT [ "/app/docker-startup.sh" ]
|
||||||
|
|
||||||
|
|
|
@ -29,3 +29,4 @@ services:
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
dbdata:
|
dbdata:
|
||||||
|
|
||||||
|
|
|
@ -4,3 +4,4 @@ php artisan key:generate
|
||||||
php artisan migrate --seed
|
php artisan migrate --seed
|
||||||
php artisan storage:link
|
php artisan storage:link
|
||||||
php artisan serve --host 0.0.0.0
|
php artisan serve --host 0.0.0.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue