「🏗️」 wip: Started ftp docker
This commit is contained in:
11
srcs/docker/bonus/vsftpd/Dockerfile
Normal file
11
srcs/docker/bonus/vsftpd/Dockerfile
Normal file
@ -0,0 +1,11 @@
|
||||
FROM inception-nginx
|
||||
|
||||
LABEL maintainer="KeyZox"
|
||||
LABEL version="0.1"
|
||||
|
||||
RUN apk add vsftpd
|
||||
|
||||
EXPOSE 21
|
||||
EXPOSE 30000-30100
|
||||
|
||||
CMD [ "vsftpd" ]
|
Reference in New Issue
Block a user