mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 13:14:20 +00:00
13 lines
176 B
Makefile
13 lines
176 B
Makefile
|
|
|
||
|
|
venv:
|
||
|
|
python3 -m venv venv
|
||
|
|
./venv/bin/pip install -U pip wheel
|
||
|
|
./venv/bin/pip install -r requirements.txt
|
||
|
|
|
||
|
|
up:
|
||
|
|
docker-compose up -d
|
||
|
|
docker ps
|
||
|
|
|
||
|
|
pull:
|
||
|
|
docker-compose pull
|