Gergő Jedlicska
404bd39a8a
fix(dockerfile): add viewer to the docker build process
...
Docker build failed with the current setup because of missing viewer dependecies.
fix #83
2021-01-26 09:29:04 +01:00
Peter Grainger
72b760d3fa
refactor(docker): improve performance of image building
...
Move instructions around and split out downloading third party dependencies
2021-01-20 10:11:04 +00:00
Peter Grainger
a5a233d913
feat(docker): refactor of Dockerfile and avoid loading dev dependency in prod
...
Refactor of the Dockerfile to keep as minimal as possible and add documentation. Also moved an npm module reference to only be referenced in development
2021-01-19 22:07:49 +00:00
Peter Grainger
f45c6d5028
feat(docker): add docker configuration for frontend and server
...
Provide a Dockerfile to create an image containing the frontend and the server.
2021-01-19 12:03:01 +00:00