Add dockerfile
This commit is contained in:
parent
bc95ca61d5
commit
1f12b1d5d8
1 changed files with 9 additions and 0 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
FROM alpine
|
||||||
|
EXPOSE 8080
|
||||||
|
|
||||||
|
RUN mkdir /app
|
||||||
|
WORKDIR /app
|
||||||
|
COPY bin/prism-bin ./prism
|
||||||
|
RUN chmod +x prism
|
||||||
|
|
||||||
|
ENTRYPOINT [ "/app/prism" ]
|
Loading…
Reference in a new issue