Update packages. Add docker support, move migration to command, add stocks as a new table.
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
php-app:
|
||||
build: .
|
||||
volumes:
|
||||
- .:/usr/src/app
|
||||
command: >
|
||||
sh -c "composer install && php -S 0.0.0.0:8000 -t /usr/src/app"
|
||||
ports:
|
||||
- "9000:8000"
|
||||
Reference in New Issue
Block a user