cards-of-carousal
cards-of-carousal copied to clipboard
Frontend Docker Build
The github action in use to build and publish the backend docker container does not support workdir
variables. SInce we have two Dockerfiles, one for frontend, one for backend, we need to figure out a way to automatically build and publish frontend docker containers when a change is made to the frontend
directory.
We should also consider doing the same for the backend
directory so that the two build pipelines are the same.