guesstimate/Makefile

7 lines
133 B
Makefile
Raw Normal View History

2020-04-20 12:24:17 +02:00
dokku-build:
docker build \
-t guesstimate-dokku:latest \
.
dokku-run:
docker run -it --rm -p 8080:80 guesstimate-dokku:latest