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