- Jun 22, 2022
-
-
Andreas Ellewsen authored
By not having a .dockerignore file we are including the node_modules directory in the frontend image, and then installing all the packages a second time in the build phase when we run npm ci. We now let npm ci do that work as it's supposed to.
-
- Oct 06, 2021
-
-
Jonas Braathen authored
Add a Containerfile for the frontend. Allow configuration to be injected. Move static files directory for Django.
-
- Sep 07, 2021
-
-
Jonas Braathen authored
Issue: GREG-35
-
- Jul 09, 2021
-
-
Jonas Braathen authored
-