Fix Makefile
parent
a02c8cf0bb
commit
4f8bb00d86
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 New Issue