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