7 lines
133 B
Makefile
7 lines
133 B
Makefile
|
dokku-build:
|
||
|
docker build \
|
||
|
-t guesstimate-dokku:latest \
|
||
|
.
|
||
|
|
||
|
dokku-run:
|
||
|
docker run -it --rm -p 8080:80 guesstimate-dokku:latest
|