This commit is contained in:
@@ -13,6 +13,9 @@ COPY bot.py .
|
||||
COPY config.py .
|
||||
COPY entrypoint.sh .
|
||||
|
||||
# Make entrypoint.sh executable
|
||||
RUN chmod +x /app/entrypoint.sh
|
||||
|
||||
# Create DB directory with proper permissions
|
||||
RUN mkdir -p /app/DB && chown -R botuser:botgroup /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user