FROM inception-nginx LABEL maintainer="KeyZox" LABEL version="0.1" RUN apk add vsftpd EXPOSE 21 EXPOSE 30000-30100 CMD [ "vsftpd" ]