Commit Graph

4 Commits

Author SHA1 Message Date
Manuel fe6697a6f1
Fix wrong path being used in docker-compose.yml
Forgot to change it after moving the directory from /usr/src/app to /app in Dockerfile
2021-02-14 17:46:18 +01:00
Manuel 8922925491
Merge changes from niekcandaele/feature/docker-support
* Add .dockerignore
* Add docker-compose.yml version number
* Use docker-managed volume instead of directory for files

Co-authored-by: niekcandaele <22315101+niekcandaele@users.noreply.github.com>
2021-02-12 15:43:32 +01:00
Manuel 4e668e0636
Add Docker support and change default listening address
* Add Dockerfile
* Add docker-compose.yml
* Set default host address to null to make expressjs listen on both ipv4 and ipv6
2021-02-12 14:21:36 +01:00
Niek Candaele 0f01dc4d55 Add basic Docker image 2020-09-22 20:18:02 +02:00