Add execute permissions to the scripts
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
FROM python:3.14-slim
|
||||
|
||||
# Copy application files
|
||||
|
||||
WORKDIR /config
|
||||
COPY scripts ./scripts
|
||||
COPY config.py .
|
||||
COPY flairtimercomment.py .
|
||||
|
||||
# Add execute permissions to the scripts
|
||||
RUN chmod +x /config/scripts/start_bot.sh
|
||||
RUN chmod +x /config/scripts/autorun.sh
|
||||
RUN chmod +x /config/scripts/copy.sh
|
||||
|
||||
# Create App directory
|
||||
RUN mkdir /app
|
||||
# Install dependencies
|
||||
|
||||
Reference in New Issue
Block a user