Update Dockerfile
This commit is contained in:
parent
1ef66368c4
commit
7e88dc856f
1 changed files with 5 additions and 2 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue