dockerfile fix

This commit is contained in:
2024-11-19 12:10:04 +03:00
parent a5533e43ec
commit 84a470bdfe
3 changed files with 7 additions and 7 deletions

View File

@@ -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