Actually add the entrypoint script to the docker image
This commit is contained in:
parent
29f6ee641f
commit
4bff3866b2
1 changed files with 4 additions and 0 deletions
|
@ -5,3 +5,7 @@ RUN apk add --no-cache \
|
|||
rsync
|
||||
|
||||
RUN mkdir -p /root/.ssh && cp /etc/ssh/sshd_config /etc/default_sshd_config
|
||||
|
||||
COPY ./entrypoint.sh /entrypoint
|
||||
|
||||
ENTRYPOINT ["/entrypoint"]
|
||||
|
|
Loading…
Reference in a new issue