mirror of https://github.com/perkeep/perkeep.git
misc/docker: final Dockerfile for camlistored
Change-Id: I9dce6a2d04b342e3c5045cc460b227d1bd49b334
This commit is contained in:
parent
2e923925db
commit
db4813e19f
|
@ -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"]
|
Loading…
Reference in New Issue