add EXPOSE

This commit is contained in:
David J. M. Karlsen
2017-03-29 08:30:52 +02:00
parent c633a2fafc
commit 4e2a9f1df2

View File

@@ -9,4 +9,6 @@ RUN go install \
github.com/cloudflare/unsee && \
rm -fr /go/src
EXPOSE 8080
CMD ["unsee"]