mirror of
https://github.com/lukechilds/dockerpi.git
synced 2026-07-25 03:47:15 +00:00
Dockerfile: EXPOSE 5022 (ssh)
This commit is contained in:
parent
5f58e8b5fe
commit
b1c7a3d715
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ RUN cd /tmp && \
|
|||
rm -rf /tmp/*
|
||||
|
||||
VOLUME /sdcard
|
||||
EXPOSE 5022
|
||||
|
||||
ADD ./entrypoint.sh /entrypoint.sh
|
||||
ENTRYPOINT ["./entrypoint.sh"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue