Update docs
This commit is contained in:
parent
32763a3368
commit
9d6a3ea3cf
2 changed files with 43 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -1,6 +1,10 @@
|
|||
SHELL := /bin/bash
|
||||
PWD=$(shell pwd)
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
docker build -t microblogpub/microblogpub .
|
||||
|
||||
.PHONY: config
|
||||
config:
|
||||
# Run and remove instantly
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue