Improve Dockerfile
This commit is contained in:
parent
1fdfb2c58a
commit
da503f973e
1 changed files with 4 additions and 9 deletions
13
Dockerfile
13
Dockerfile
|
@ -1,12 +1,7 @@
|
||||||
FROM alpine:3.5
|
FROM alpine:latest
|
||||||
|
|
||||||
RUN apk update
|
RUN apk add --update --no-cache ca-certificates
|
||||||
|
|
||||||
RUN apk add --no-cache ca-certificates
|
ADD surreal /usr/bin/
|
||||||
|
|
||||||
|
ENTRYPOINT ["surreal"]
|
||||||
ADD surreal .
|
|
||||||
|
|
||||||
EXPOSE 8000 33693
|
|
||||||
|
|
||||||
ENTRYPOINT ["/surreal"]
|
|
||||||
|
|
Loading…
Reference in a new issue