feat: initial commit
This commit is contained in:
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
services:
|
||||
app:
|
||||
image: 'joaodubas/clean-architecture:${CLEAN_ARCH_TAG:-dev}'
|
||||
build: .
|
||||
hostname: local
|
||||
entrypoint: sleep
|
||||
command: infinity
|
Reference in New Issue
Block a user