From bc29e16eb32ca3292fb575c06ac79f622afe64b6 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 20 May 2017 23:44:03 -0700 Subject: [PATCH] fix dokku --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7acc9cd..439fe62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM xena/christine.website -ENV PORT 5000 -EXPOSE 5000 -RUN apk add --no-cache bash \ No newline at end of file +FROM xena/christine.website +ENV PORT 5000 +EXPOSE 5000 +RUN apk add --no-cache bash