This commit is contained in:
2024-12-19 15:09:17 +01:00
parent 972fd39da2
commit 74b7cc4232
9 changed files with 571 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ services:
volumes:
- .:/app
- deno-cache:/deno-dir/
command: run --allow-net --allow-env --allow-read --watch src/main.ts
command: task dev
depends_on:
- db