update dockerfile to nim 0.15.0

This commit is contained in:
Cadey Ratio 2016-09-30 18:58:10 -07:00
parent af16ab4579
commit 5dbc8ec9e8
1 changed files with 1 additions and 4 deletions

View File

@ -1,10 +1,7 @@
FROM xena/nim:0.14.2
RUN apk update && apk add bash
FROM xena/nim:0.15.0
EXPOSE 5000
RUN adduser -D -g '' r
RUN chmod a+x /opt/Nim/bin/nim
ADD . /app