mirror of
https://github.com/anyproto/any-sync-dockercompose.git
synced 2025-06-08 05:47:03 +09:00
fixed Makefile
This commit is contained in:
parent
81dbabe0c7
commit
bbf60b117f
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -1,5 +1,7 @@
|
|||
SHELL=/bin/bash
|
||||
|
||||
start: generate_etc
|
||||
docker compose up --force-recreate --build --detach
|
||||
docker compose up --build --detach
|
||||
|
||||
generate_etc:
|
||||
install -d \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue