-
Build the backend image While in the /backend directory: ''' docker build --network=host -t backend . '''
-
Build the backend image While in the /vue-app directory: ''' docker build --network=host -t vue-app . '''
While in the main directory: docker compose -f compose.yaml up