Robert Schäfer
4e816d9020
Fix (?) the build with an image tag for builder
...
Also I added a base stage so we can have a common working directory.
2018-12-14 23:10:48 +01:00
Robert Schäfer
bef8aa1d6a
Reduce docker image size with multistage build
...
We don't need development dependencies in production. I also added the
BUILD_COMMIT environment variable to the image for convenience.
2018-12-14 22:41:13 +01:00
Robert Schäfer
9f78a96de2
Run babel node instead of nodemon
...
Quote of @appinteractive:
```
Currently we are running nodemon on production which watches for filechanges and consumes much more memory then just node. As nodemon is only for development, I added a build step to compile the application for production and then only run the dist folder with pure node.
```
2018-12-14 22:30:47 +01:00
Grzegorz Leoniec
38c6323d1f
fixed vendor name
2018-11-30 09:38:20 +01:00
Grzegorz Leoniec
e2f7bc516c
improved docker file
2018-11-24 12:58:13 +01:00
Robert Schäfer
8bb90e52a6
Copy .env.template in Dockerfile to seed on travis
2018-11-23 20:49:09 +01:00
Robert Schäfer
0699b22137
Move volume declaration for backend to .override
...
+ lowercase working directory
+ download plugins to correct location /var/lib/neo4j/plugins
2018-11-02 11:22:38 +01:00
Robert Schäfer
f3c0678611
Add volumes to use docker for development
2018-11-01 14:11:06 +01:00
Robert Schäfer
cbf83273fb
Provide installation with docker
2018-10-19 23:06:59 +02:00