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