diff --git a/Dockerfile b/Dockerfile index a2d737a..13c7cfd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM xena/christine.website:1.1 +FROM xena/christine.website:1.1-3-g6197eca EXPOSE 5000 RUN apk add --no-cache bash CMD /site/run.sh