Add initial Docker configuration files
This commit is contained in:
parent
95783c03f2
commit
8fb6b27cfc
2 changed files with 9 additions and 0 deletions
2
.dockerignore
Normal file
2
.dockerignore
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
*
|
||||||
|
!surreal
|
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
FROM alpine:latest
|
||||||
|
|
||||||
|
RUN apk add --update --no-cache ca-certificates
|
||||||
|
|
||||||
|
ADD surreal /usr/bin/
|
||||||
|
|
||||||
|
ENTRYPOINT ["surreal"]
|
Loading…
Reference in a new issue