Add applications

This commit is contained in:
2022-02-16 15:30:38 +01:00
parent 205adeb118
commit f35f277b16
10 changed files with 248 additions and 21 deletions

7
up.dev.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
set -eo
docker compose up -d --build
docker compose logs app -f