Archived
1
0
This repository has been archived on 2025-05-13. You can view files and clone it, but cannot push or open issues or pull requests.
Files
inception/srcs/docker/bonus/vsftpd/Dockerfile
2025-03-01 17:38:17 +01:00

12 lines
152 B
Docker

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