dockerfile fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user