Skip to content

Commit 373adf5

Browse files
committed
fix
1 parent 0af216e commit 373adf5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ RUN apk --no-cache --update add icu-libs && \
2424
apk add --no-cache privoxy
2525

2626
COPY ./entrypoint.sh /entrypoint.sh
27+
RUN chmod +x /entrypoint.sh
2728

2829
COPY ./privoxy.config /etc/privoxy/config
2930

30-
COPY Data/crontab /etc/cron.d/jacred
31-
RUN chmod 0600 /etc/cron.d/jacred && \
32-
chmod +x /entrypoint.sh
31+
COPY Data/crontab /etc/crontabs/root
3332

3433
WORKDIR $JACRED_HOME
3534

entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ dotnet JacRed.dll || exit 1
33

44
privoxy--no-daemon /etc/privoxy/config
55

6-
crontab /etc/cron.d/jacred
76
crond -f -l 8

0 commit comments

Comments
 (0)