add dockerfile and scripts
This commit is contained in:
14
docker/Dockerfile
Normal file
14
docker/Dockerfile
Normal file
@@ -0,0 +1,14 @@
|
||||
FROM certbot/certbot:latest
|
||||
|
||||
#SHELL ["/bin/ash", "-ex", "-c"]
|
||||
|
||||
# Install socat
|
||||
RUN apk --no-cache add socat
|
||||
|
||||
# Copy scripts
|
||||
COPY ./docker/scripts/ /etc/scripts/
|
||||
RUN chmod 755 /etc/scripts/*.sh
|
||||
|
||||
# Expose port 380
|
||||
EXPOSE 380
|
||||
|
||||
Reference in New Issue
Block a user