From 38c8a3c867b796c5d170d60b50b328192112443c Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 25 Mar 2017 11:20:13 -0700 Subject: [PATCH] 5000 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cf9b3e0..439fe62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM xena/christine.website -ENV PORT 8080 -EXPOSE 8080 +ENV PORT 5000 +EXPOSE 5000 RUN apk add --no-cache bash