Skip to content

Commit 789fafe

Browse files
committed
kor. port
1 parent c525dcb commit 789fafe

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ COPY --from=grundo build/dtd/ dict/dtd
5757
ENV AFIDO_PORT=22
5858

5959
USER root
60-
EXPOSE ${AFIDO_PORT}
60+
#EXPOSE ${AFIDO_PORT}
61+
EXPOSE 22
6162
ENTRYPOINT ["docker-entrypoint.sh"]
62-
CMD ["/usr/sbin/sshd", "-D","-p","${AFIDO_PORT}"]
63+
#CMD ["/usr/sbin/sshd", "-D","-p","${AFIDO_PORT}"]
64+
CMD ["/usr/sbin/sshd", "-D"]

0 commit comments

Comments
 (0)