2015-04-01 09:44:54 +00:00
|
|
|
# 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>
|
2015-04-01 10:48:12 +00:00
|
|
|
# TODO(mpl): uncomment the following line when dock.go builds it:
|
|
|
|
# ADD djpeg /usr/bin/djpeg
|
2015-04-01 09:44:54 +00:00
|
|
|
ADD camlistore.org /camlistore
|
|
|
|
|
|
|
|
EXPOSE 80 443
|
|
|
|
ENTRYPOINT ["/camlistore/bin/camlistored"]
|