Dockerfile: EXPOSE 5022 (ssh)

This commit is contained in:
Bogdan 2023-12-21 14:09:09 +01:00 committed by GitHub
parent 5f58e8b5fe
commit b1c7a3d715
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,6 +81,7 @@ RUN cd /tmp && \
rm -rf /tmp/*
VOLUME /sdcard
EXPOSE 5022
ADD ./entrypoint.sh /entrypoint.sh
ENTRYPOINT ["./entrypoint.sh"]