Docker + docker compose support
This commit is contained in:
parent
3e7ad917e2
commit
fe88481431
10 changed files with 141 additions and 29 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
SHELL := /bin/bash
|
||||
PWD=$(shell pwd)
|
||||
|
||||
.PHONY: config
|
||||
config:
|
||||
# Run and remove instantly
|
||||
-docker run --rm -it --volume `pwd`/data:/app/data microblogpub/microblogpub inv configuration-wizard
|
Loading…
Add table
Add a link
Reference in a new issue