Update Dockerfile

This commit is contained in:
Tobie Morgan Hitchcock 2017-03-20 16:19:39 +00:00
parent 1ef66368c4
commit 7e88dc856f

View file

@ -1,10 +1,13 @@
FROM alpine:3.4
FROM alpine:3.5
RUN apk update
RUN apk add --no-cache ca-certificates
ADD app app/
ADD surreal .
EXPOSE 8000 33693
ENTRYPOINT ["/surreal"]
ENTRYPOINT ["/surreal"]