This commit is contained in:
Para Dox
2025-04-27 16:45:17 +07:00
parent 5524999d55
commit b6f5c17a9f

View File

@@ -116,8 +116,6 @@ services:
FROM alpine:latest
# Install necessary packages
RUN apk add --no-cache bash coreutils sed findutils
# Set working directory
WORKDIR /app
# Create the prune script inline
RUN echo '#!/bin/bash\n\
set -euo pipefail\n\
@@ -189,7 +187,6 @@ services:
- DATA_DIR=/data/static_files
entrypoint: [/app/prune.sh] # Run the prune script manually
restart: no
working_dir: /app
volumes:
- /root/.local/share/reth:/data