Expose SSH port

This commit is contained in:
Héctor Molinero Fernández
2019-07-20 11:42:14 +02:00
parent ea0a885e56
commit 358726e3ce

View File

@@ -438,6 +438,8 @@ RUN find /etc/sv/ -type d -mindepth 1 -maxdepth 1 -exec ln -sv '{}' /etc/service
# Copy scripts
COPY --chown=root:root scripts/bin/ /usr/local/bin/
# Expose SSH port
EXPOSE 3322/tcp
# Expose RDP port
EXPOSE 3389/tcp