dockerfile fix

This commit is contained in:
2024-11-15 16:20:32 +03:00
parent a5533e43ec
commit 80c1776c19

View File

@@ -6,7 +6,7 @@ FROM certbot/certbot:latest
RUN apk --no-cache add socat RUN apk --no-cache add socat
# Copy scripts # Copy scripts
COPY ./docker/scripts/ /etc/scripts/ COPY ./docker/scripts/ /opt/scripts/
RUN chmod 755 /etc/scripts/*.sh RUN chmod 755 /etc/scripts/*.sh
# Expose port 380 # Expose port 380