Skip to content

Commit

Permalink
feat(devel): Introduce Taskfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed May 8, 2023
1 parent 29c1dc0 commit a63ac91
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 3

dotenv:
- 'dev.env'

tasks:
runDevEnv:
desc: Spin up local Docker environment
dir: dev-assets/dev-containers
cmds:
- docker-compose up

0 comments on commit a63ac91

Please sign in to comment.