Go to file
Joachim Lusiardi c1adf69ca0 Merge branch 'reduce_features' into 'master'
Reduce features



See merge request !1
2016-04-14 19:54:40 +02:00
app Reduce services feature and reformatting 2016-04-14 07:32:06 +02:00
.gitignore add .gitignore file 2016-04-14 19:53:49 +02:00
Dockerfile reworked docker file for faster build times 2016-04-13 08:30:13 +02:00
README.md Add basic build and run information 2016-04-14 07:02:28 +02:00
create_icons.sh next try with icons 2015-03-22 13:31:03 +01:00
icon_orig.png tuned apple icon 2015-03-22 11:02:59 +01:00

README.md

How to build & run

build

docker build --tag=$(basename $PWD) .

run in development

docker run --name rollerverbrauch -ti -v pwd/app:/app -p 5000:5000 rollerverbrauch

run in production

docker run --name pitstops -d -v /data/pitstops/:/data -p 80:5000 rollerverbrauch