You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thefrontend
directory.We should also consider doing the same for the
backend
directory so that the two build pipelines are the same.The text was updated successfully, but these errors were encountered: