Oleh Kuznetsov commited on
Commit
f8e65fb
·
1 Parent(s): e7fa297

fixup! feat(rec): Finish feedback + nickname; small fixes

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. resources/description.md +1 -1
Dockerfile CHANGED
@@ -36,4 +36,4 @@ ADD --chown=user ./ingest.py $HOME/app/ingest.py
36
  ADD --chown=user ./app.py $HOME/app/app.py
37
 
38
  # Run the application
39
- CMD ["/bin/sh", "-c", "uv run --no-cache ingest.py && uv run --no-cache app.py"]
 
36
  ADD --chown=user ./app.py $HOME/app/app.py
37
 
38
  # Run the application
39
+ CMD ["/bin/sh", "-c", "uv run --no-cache ingest.py && exec uv run --no-cache app.py"]
resources/description.md CHANGED
@@ -10,4 +10,4 @@ The system generates music genre recommendations based on your textual search qu
10
 
11
  **Have fun!**
12
 
13
- In case of any complications, questions or suggestions, please reach out via [email](mailto:[email protected]).
 
10
 
11
  **Have fun!**
12
 
13
+ In case of any complications, questions or suggestions, please reach out via [email](mailto:[email protected]) or [Telegram](https://t.me/sadaisystems).