Files
docker-deployment/build/scripts/ftp.sh

12 lines
158 B
Bash
Executable File

#!/bin/bash
set -e
source /build/config
set -x
## Environment
export_env FTP_DATA /host/var/lib/ftp
## Pure-FTPd
apt update
apt_install_permanent pure-ftpd