fix: Makefile now build correctly production environment
This commit is contained in:
parent
36e4967394
commit
d2cc3e00e1
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ dev-front: clean vite
|
||||
prod: clean
|
||||
@cp config/prod.front.env front/MyINPulse-front/.env
|
||||
@cp config/prod.main.env .env
|
||||
@cp config/frontdev.docker-compose.yaml docker-compose.yaml
|
||||
@cp config/prod.docker-compose.yaml docker-compose.yaml
|
||||
@docker compose up -d --build
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user