fix file permissions in container
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is passing

This commit is contained in:
Roy Olav Purser 2024-05-25 18:01:04 +02:00
parent 29eae47855
commit 6bb90fd02e
Signed by: roypur
GPG Key ID: 063DAA01D56E28CB
2 changed files with 5 additions and 0 deletions

2
bot.py
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
import os
from urllib.parse import urlparse, parse_qs
import discord

View File

@ -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