https://gitlab.com/hatiers/lstclean.git
Tip revision: 798d648db4607b43fc44db374cf9a5d9a40bddf1 authored by Arnaud Bey on 08 February 2023, 12:35:45 UTC
Merge branch 'fonctions' into 'master'
Merge branch 'fonctions' into 'master'
Tip revision: 798d648
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
