From 889cbd5153faf8fb92a1a5bfa279f231e1d878aa Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Thu, 8 Feb 2018 23:04:52 -0800 Subject: [PATCH] Dockerfile: update for deployment of version 1.1-18-g4fb5948 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fa08096..a52aa09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM xena/christine.website:1.1-16-g02a0bc0 +FROM xena/christine.website:1.1-18-g4fb5948 EXPOSE 5000 RUN apk add --no-cache bash CMD /site/run.sh