build from scratch

This commit is contained in:
Scott Miller 2015-09-24 14:26:29 -04:00
parent 5bbcaf311c
commit a97d7c0168

View File

@ -3,7 +3,7 @@
# $ docker build -t ssh-chat .
# $ docker run -d -p 0.0.0.0:(your host machine port):2022 --name ssh-chat ssh-chat
#
FROM busybox
FROM scratch
MAINTAINER Alvin Lai <al@alvinlai.com>
ADD ssh-chat ssh-chat