generated from alecodes/base-template
feat: add logic_group crud
This commit is contained in:
parent
baf70e6820
commit
d643e1c0f2
7 changed files with 98 additions and 11 deletions
|
|
@ -5,11 +5,8 @@ services:
|
|||
build:
|
||||
context: ..
|
||||
dockerfile: ./docker/Dockerfile
|
||||
develop:
|
||||
watch:
|
||||
- action: sync
|
||||
path: ../src
|
||||
target: /app
|
||||
volumes:
|
||||
- ../src:/app
|
||||
ports:
|
||||
- 3000:8080
|
||||
env_file: ../.env
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue