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