https://gitlab.com/hatiers/lstclean.git
Tip revision: a74862fb741564a88fa4ad4651965c0362c50e30 authored by arnaudbey on 01 March 2023, 15:58:44 UTC
WIP
WIP
Tip revision: a74862f
Makefile
init:
cp .env.dist .env
vi .env
cp application/.env.dist application/.env
vi application/.env
docker-compose up --build -d
docker-compose exec apache make init
update:
git pull
docker-compose exec apache make update
