Fix production build

This commit is contained in:
2020-04-20 12:24:17 +02:00
parent 0a98e32a83
commit 8698dec2bf
16 changed files with 588 additions and 1190 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
dokku-build:
docker build \
-t guesstimate-dokku:latest \
.
dokku-run:
docker run -it --rm -p 8080:80 guesstimate-dokku:latest