SED EST ENLEVE

This commit is contained in:
batche
2022-11-21 16:20:38 +01:00
parent 2d031104f1
commit 6412bfe1ce

View File

@@ -2,7 +2,6 @@ DOCKERCOMPOSEPATH=./srcs/docker-compose.yml
#dev allow hot reload.
dev:
sed -i 's/production/development/g' ./srcs/.env
docker compose -f ${DOCKERCOMPOSEPATH} up -d --build
@make start
@docker ps
@@ -10,7 +9,6 @@ dev:
#prod only the needed files ares presents inside the container
prod:
sed -i 's/development/production/g' ./srcs/.env
docker compose -f ${DOCKERCOMPOSEPATH} up -d --build prod
@make start_prod
@docker ps