From 6ef6f301c1c93c9708d636ef0366972cab54f3da Mon Sep 17 00:00:00 2001 From: status404 Date: Fri, 15 Nov 2024 16:25:00 +0300 Subject: [PATCH] dockerfile fix --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index eda3036..3f27ccb 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -6,8 +6,8 @@ FROM certbot/certbot:latest RUN apk --no-cache add socat # Copy scripts -COPY ./docker/scripts/ /etc/scripts/ -RUN chmod 755 /etc/scripts/*.sh +COPY ./docker/scripts/ /opt/scripts/ +RUN chmod 755 /opt/scripts/*.sh # Expose port 380 EXPOSE 380