fix: line endings
This commit is contained in:
parent
be9510e6d5
commit
9c184398b6
|
@ -1 +1,2 @@
|
|||
.git
|
||||
.git
|
||||
|
||||
|
|
|
@ -23,4 +23,5 @@ RUN composer install --ignore-platform-reqs
|
|||
# Give execute permission to startup script
|
||||
RUN chmod +x /app/docker-startup.sh
|
||||
|
||||
ENTRYPOINT [ "/app/docker-startup.sh" ]
|
||||
ENTRYPOINT [ "/app/docker-startup.sh" ]
|
||||
|
||||
|
|
|
@ -29,3 +29,4 @@ services:
|
|||
|
||||
volumes:
|
||||
dbdata:
|
||||
|
||||
|
|
|
@ -3,4 +3,5 @@
|
|||
php artisan key:generate
|
||||
php artisan migrate --seed
|
||||
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