From d936380a97a03865645db931c18dc57cea0af7da Mon Sep 17 00:00:00 2001 From: Jinnrry <19919556+Jinnrry@users.noreply.github.com> Date: Sat, 20 Jul 2024 11:53:38 +0800 Subject: [PATCH] Update DockerfileGithubAction --- DockerfileGithubAction | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DockerfileGithubAction b/DockerfileGithubAction index 94429a4..6c47197 100644 --- a/DockerfileGithubAction +++ b/DockerfileGithubAction @@ -28,7 +28,7 @@ COPY --from=serverbuild /work/pmail . COPY --from=serverbuild /work/hooks/telegram_push/output/* ./plugins/ COPY --from=serverbuild /work/hooks/web_push/output/* ./plugins/ COPY --from=serverbuild /work/hooks/wechat_push/output/* ./plugins/ -COPY --from=serverbuild /work/hooks/spam_blcok/output/* ./plugins/ +COPY --from=serverbuild /work/hooks/spam_block/output/* ./plugins/ EXPOSE 25 80 110 443 465 995