Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problema al ejecutar el make build #387

Open
ivanhernandez-dev opened this issue Apr 1, 2024 · 3 comments
Open

Problema al ejecutar el make build #387

ivanhernandez-dev opened this issue Apr 1, 2024 · 3 comments

Comments

@ivanhernandez-dev
Copy link

Al ejecutar make build recibo el siguiente error:

make: *** No rule to make target 'build'. Stop.

@adrianmarrero14
Copy link

Correcto el comando make build no funciona ya que la regla build no está definida dentro del Makefile.

Si ejecutas el comando make rebuild lograrás avanzar.

Un saludo.

@LloyolaB
Copy link

ejecuta make rebuild, pero antes anda al fichero make y borra la instrucción make install porque te dará error.

@xopino
Copy link

xopino commented Aug 29, 2024

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	

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants