dockerfiles/net/gogs/Makefile

6 lines
88 B
Makefile

build:
docker build -t gogs .
run:
docker run --rm -it -v `pwd`/data:/gogs/data gogs