Add Docker build workflow
Some checks failed
Docker Build and Push / build-and-push (push) Failing after 3m27s
Some checks failed
Docker Build and Push / build-and-push (push) Failing after 3m27s
This commit is contained in:
@@ -24,7 +24,7 @@ RUN useradd -m bot
|
||||
USER bot
|
||||
|
||||
# Create directories for persistent storage and modify permissions
|
||||
RUN chown -R bot:bot /app
|
||||
RUN chown -R bot:bot /app && chmod -R 777 /app
|
||||
RUN mkdir -p /app/logs && chmod -R 777 /app/logs
|
||||
RUN mkdir -p /app/embed && chmod -R 777 /app/embed
|
||||
|
||||
|
Reference in New Issue
Block a user