6 lines
82 B
Docker
6 lines
82 B
Docker
FROM vimagick/vsftpd
|
|
|
|
# RUN adduser --help --help
|
|
ADD run.sh /run.sh
|
|
|
|
CMD /run.sh
|