We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af216e commit 373adf5Copy full SHA for 373adf5
Dockerfile
@@ -24,12 +24,11 @@ RUN apk --no-cache --update add icu-libs && \
24
apk add --no-cache privoxy
25
26
COPY ./entrypoint.sh /entrypoint.sh
27
+RUN chmod +x /entrypoint.sh
28
29
COPY ./privoxy.config /etc/privoxy/config
30
-COPY Data/crontab /etc/cron.d/jacred
31
-RUN chmod 0600 /etc/cron.d/jacred && \
32
- chmod +x /entrypoint.sh
+COPY Data/crontab /etc/crontabs/root
33
34
WORKDIR $JACRED_HOME
35
entrypoint.sh
@@ -3,5 +3,4 @@ dotnet JacRed.dll || exit 1
3
4
privoxy--no-daemon /etc/privoxy/config
5
6
-crontab /etc/cron.d/jacred
7
crond -f -l 8
0 commit comments