dockerfile fix

This commit is contained in:
2024-11-15 16:25:00 +03:00
parent a5533e43ec
commit 6ef6f301c1

View File

@@ -6,8 +6,8 @@ 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 /opt/scripts/*.sh
# Expose port 380 # Expose port 380
EXPOSE 380 EXPOSE 380