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
To reproduce the issue on the frontend application, we just create a very simple docker-compose.yml file based on the provided file docker-compose.local.yml, with the following contents:
🖥️ Site(s) concerné(s)
🚫 Description du problème
The 3 following services do not build:
To reproduce the issue on the
frontend
application, we just create a very simpledocker-compose.yml
file based on the provided filedocker-compose.local.yml
, with the following contents:Then we start the service:
docker compose -f docker-compose.yml up -d docker exec -it domifa-frontend bash yarn install yarn start
The
yarn start
command throws the following error:Structure concernée (optionnel)
No response
🔮 Comportement attendu
The
yarn start
command should run without errors, allowing to access the application through the expected URL.The text was updated successfully, but these errors were encountered: