8 lines
81 B
Docker
8 lines
81 B
Docker
FROM stilliard/pure-ftpd
|
|
|
|
RUN mv run.sh /run-pure-ftpd.sh
|
|
ADD run.sh /run.sh
|
|
|
|
|
|
|
|
|