misc/docker: final Dockerfile for camlistored

Change-Id: I9dce6a2d04b342e3c5045cc460b227d1bd49b334
This commit is contained in:
mpl 2015-04-01 11:44:54 +02:00
parent 2e923925db
commit db4813e19f
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# Copyright 2015 The Camlistore Authors.
#
# NOTE: this will not build directly with "docker build". This file is just a
# template used by misc/docker/dock.go
#
FROM scratch
MAINTAINER Camlistore Contributors <camlistore@googlegroups.com>
ADD djpeg /usr/bin/djpeg
ADD camlistore.org /camlistore
EXPOSE 80 443
ENTRYPOINT ["/camlistore/bin/camlistored"]