Update image build process
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 1m12s
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 1m12s
This commit is contained in:
@@ -23,8 +23,8 @@ RUN groupadd -r bot && useradd -r -g bot bot
|
||||
COPY --chown=bot:bot . .
|
||||
|
||||
# Create directories for persistent storage and modify permissions
|
||||
RUN chown -R bot:bot /* && \
|
||||
chmod -R 777 /*
|
||||
RUN chown -R bot:bot /app && \
|
||||
chmod -R 777 /app
|
||||
RUN mkdir -p logs && \
|
||||
chown -R bot:bot logs && \
|
||||
chmod -R 777 logs && \
|
||||
|
Reference in New Issue
Block a user