Skip to content
Snippets Groups Projects
Verified Commit 93423770 authored by Adrian Paschkowski's avatar Adrian Paschkowski :thinking:
Browse files

Update docker instructions to add image volume

parent 653c4af8
No related branches found
No related tags found
No related merge requests found
# LISSY API # LISSY API
```sh ```sh
sudo docker volume create lissy-api
sudo docker build -t ai/lissy-api:latest . sudo docker build -t ai/lissy-api:latest .
sudo docker run \ sudo docker run \
--name lissy-api \ --name lissy-api \
--restart unless-stopped \ --restart unless-stopped \
-v lissy-api:/usr/src/app/photos \
-e BOT_TOKEN=<REPLACE> \ -e BOT_TOKEN=<REPLACE> \
-d ai/lissy-api:latest -d ai/lissy-api:latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment