Skip to content
This repository was archived by the owner on Oct 14, 2021. It is now read-only.

Commit 5accda2

Browse files
authored
Update Dockerfile
1 parent b110ebd commit 5accda2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ RUN apt-get update \
1313
&& echo "$SSH_PASSWD" | chpasswd
1414

1515
COPY sshd_config /etc/ssh/
16-
COPY entrypoint.sh /usr/local/bin/
17-
RUN chmod u+x /usr/local/bin/entrypoint.sh
16+
COPY init.sh /usr/local/bin/
17+
RUN chmod u+x /usr/local/bin/init.sh
1818

1919
EXPOSE 8000 2222
2020
ENTRYPOINT ["init.sh"]

0 commit comments

Comments
 (0)