Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Update DockerFile to reduce Poseidon image size by ~800MB.
Browse files Browse the repository at this point in the history
Affected modules: none

Change-Id: I18c7b547c368217befe0cca67087351d13465dad
  • Loading branch information
ICGog committed Jul 7, 2017
1 parent 8bb2279 commit 52e3945
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deploy/Dockerfile
@@ -1,6 +1,8 @@
FROM golang:1.7
FROM scratch
MAINTAINER malte@csail.mit.edu, ionel.gog@cl.cam.ac.uk

RUN go get github.com/camsas/poseidon
ADD poseidon poseidon

EXPOSE 9091

ENTRYPOINT ["/poseidon", "--log_dir=/"]

0 comments on commit 52e3945

Please sign in to comment.