better support for customization
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-08-12 16:07:38 +02:00
parent 750799ccdc
commit 9b26bdf411
3 changed files with 10 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ FROM alpine:edge
RUN \
echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
apk -U add proftpd proftpd-mod_tls proftpd-utils openssl perl && \
mkdir -p /var/run/proftpd
mkdir -p /var/run/proftpd /etc/proftpd/custom.conf.d/
COPY custom.conf /etc/proftpd/conf.d/custom.conf
COPY run.sh /run.sh