Skip to content

Commit

Permalink
Update ssh script path
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaldogsbody authored Jan 18, 2022
1 parent fe31045 commit b7b94f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ RUN rm -f /etc/service/sshd/down && \
RUN mkdir -p /etc/my_init.d

# install custom ssh key during startup
COPY vendor/docker/10_ssh.sh /etc/my_init.d/10_ssh.sh
COPY vendor/docker/10_enable_ssh.sh /etc/my_init.d/10_enable_ssh.sh

# Expose web
EXPOSE 80

0 comments on commit b7b94f3

Please sign in to comment.