mirror of https://github.com/perkeep/perkeep.git
14 lines
355 B
Docker
14 lines
355 B
Docker
# 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"]
|