fix file permissions in container
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
chmod 755 /app/start.sh
|
||||
chmod 755 /app/bot.py
|
||||
|
||||
python3 -m venv /app/venv
|
||||
source /app/venv/bin/activate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user