From 66451156f8341dd2b790ea085e05fcf640ca62f5 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 20 May 2017 23:49:16 -0700 Subject: [PATCH] fix dokku again --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 439fe62..d5b8e4e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM xena/christine.website -ENV PORT 5000 -EXPOSE 5000 +ENV PORT 80 +EXPOSE 80 RUN apk add --no-cache bash