fix(docker): fix size of docker image

This commit is contained in:
raiper34
2024-09-30 16:52:30 +02:00
parent 5a51dbd351
commit 310f482cdd
3 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ The project is based on NestJS and Angular.
# 🚀 Instalation
Recommended and the easiest way how to start to use of Spooty is using docker.
```shell
docker run -d -p 3000:3000 -v /path/to/downloads:/spooty/dist/backend/downloads spooty
docker run -d -p 3000:3000 -v /path/to/downloads:/spooty/backend/downloads spooty
```
# 📚 Documentation