Skip to content

Commit

Permalink
SSH settings for Azure
Browse files Browse the repository at this point in the history
Add SSH settings so Azure can SSH into the container
  • Loading branch information
stevengoossensB authored Feb 10, 2020
1 parent 7f31c98 commit a3c29f9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@ RUN chmod 0755 /run.sh && touch /.firstboot.tmp
WORKDIR /var/www/MISP
RUN tar czpf /root/MISP.tgz .

RUN apk add openssh && echo "root:Docker!" | chpasswd
COPY sshd_config /etc/ssh/


VOLUME /var/www/MISP
EXPOSE 80
EXPOSE 80 2222

ENTRYPOINT ["/run.sh"]

0 comments on commit a3c29f9

Please sign in to comment.