fix(docker): expose port 20
This commit is contained in:
parent
452d11f612
commit
255b762a7e
1 changed files with 1 additions and 0 deletions
|
@ -18,4 +18,5 @@ COPY [ "/src/docker-entrypoint.sh", "/" ]
|
|||
|
||||
CMD [ "/usr/sbin/vsftpd" ]
|
||||
ENTRYPOINT [ "/docker-entrypoint.sh" ]
|
||||
EXPOSE 20
|
||||
EXPOSE 21
|
||||
|
|
Loading…
Reference in a new issue