https://gitlab.com/hatiers/lstclean.git
Tip revision: 0a0afc5676f4c72858b0f6642f17f68c826e2a03 authored by arnaudbey on 07 February 2023, 14:02:11 UTC
change the way trads are displayed
change the way trads are displayed
Tip revision: 0a0afc5
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
