fix dokku again

This commit is contained in:
Cadey Ratio 2017-05-20 23:49:16 -07:00
parent bc29e16eb3
commit 66451156f8
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM xena/christine.website
ENV PORT 5000
EXPOSE 5000
ENV PORT 80
EXPOSE 80
RUN apk add --no-cache bash