mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-31 21:44:20 +00:00
Draft.
This commit is contained in:
parent
c670e36803
commit
1aa2a16289
5 changed files with 82 additions and 0 deletions
12
contrib/meilisearch/Makefile
Normal file
12
contrib/meilisearch/Makefile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue