https://gitlab.com/hatiers/lstclean.git
Tip revision: ea7d3b640273b6a6e02ede5499b9cccfb8fd4078 authored by theo.roulet on 19 January 2024, 09:36:58 UTC
[fix] remove unecessary <root> elements form xml outputs
[fix] remove unecessary <root> elements form xml outputs
Tip revision: ea7d3b6
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
