fix: fix prod makefile

This commit is contained in:
Nemo D'ACREMONT 2024-12-02 15:19:33 +01:00
parent 512c2e9890
commit f87700bd43
No known key found for this signature in database
GPG Key ID: 6E5BCE8022FA8276

View File

@ -9,7 +9,7 @@ dev: $(DIR_BACK)/.env
. $(DIR_BACK)/.env && docker compose -f docker-compose.dev.yml up
prod:
. $(DIR_BACK)/.env && docker compose -f docker-compose.prod.yml up
. $(DIR_BACK)/.env.production && docker compose -f docker-compose.prod.yml up
$(DIR_BACK)/.env: $(DIR_BACK)/.env.example
cp $(DIR_BACK)/.env.example $(DIR_BACK)/.env