mirror of
https://git.sr.ht/~tsileo/microblog.pub
synced 2024-11-14 18:54:27 +00:00
Fix Makefile
This commit is contained in:
parent
a02c8cf0bb
commit
4f8bb00d86
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -9,7 +9,6 @@ build:
|
|||
config:
|
||||
# Run and remove instantly
|
||||
-docker run --rm -it --volume `pwd`/data:/app/data microblogpub/microblogpub inv configuration-wizard
|
||||
-docker run --env MICROBLOGPUB_CONFIG_FILE=tests.toml --rm -it --volume `pwd`/data:/app/data --volume `pwd`/app/static:/app/app/static microblogpub/microblogpub inv configuration-wizard
|
||||
|
||||
.PHONY: update
|
||||
update:
|
||||
|
|
Loading…
Reference in a new issue