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
Si borras la instrucción make install tampoco le instalará las dependencias necesarias.
Yo para poder levantar el stack he hecho lo siguiente:
1- Modificar el comando make install por make composer-install
2- Cambiar docker compose por docker-compose (en mi caso tengo la version antigua de docker-compose)
rebuild:
docker compose build --pull --force-rm --no-cache
make composer-install
make start
Al ejecutar make build recibo el siguiente error:
make: *** No rule to make target 'build'. Stop.
The text was updated successfully, but these errors were encountered: