Klimaat-Helpdesk / website

Code behind https://www.klimaathelpdesk.org/
GNU General Public License v3.0
5 stars 5 forks source link

Assets should be built while building the Docker Image #32

Closed aquilesC closed 3 years ago

aquilesC commented 3 years ago

Currently, assets are built separately on the host computer before building the docker image, this defeats the purpose of containerization. We could add an extra build step to run webpack while creating the image.