Revision ea7d3b640273b6a6e02ede5499b9cccfb8fd4078 authored by theo.roulet on 19 January 2024, 09:36:58 UTC, committed by theo.roulet on 19 January 2024, 09:36:58 UTC
1 parent 06e7bb3
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

Computing file changes ...