Implermented front page and set public
This commit is contained in:
parent
15a9dcf09b
commit
d6ebf8f4ff
18 changed files with 658 additions and 23 deletions
deploy
9
deploy/create_doctrine.sh
Normal file
9
deploy/create_doctrine.sh
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
docker run \
|
||||
--volume .:/app \
|
||||
--rm \
|
||||
--interactive \
|
||||
--tty \
|
||||
php:8.3-cli \
|
||||
php /app/src/php/bin/doctrine.php orm:schema-tool:update --force
|
Loading…
Add table
Add a link
Reference in a new issue