diff --git a/Dockerfile b/Dockerfile index 9c1c0d2..d4563b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,11 +28,7 @@ RUN mkdir -p /etc/spamassassin/sa-update-keys && \ RUN sed -i 's/^logfile = .*$/logfile = \/dev\/stderr/g' /etc/razor/razor-agent.conf -COPY spamd.sh / - -COPY rule-update.sh / - -COPY run.sh / +COPY spamd.sh rule-update.sh run.sh / EXPOSE 783