Skip to content

Commit

Permalink
rex: update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mheinzel committed Oct 8, 2020
1 parent 047362c commit 1e503f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/rex/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM alpine:3.5
FROM alpine:3.10

COPY rex /usr/local/bin/rex

EXPOSE 9200

ENTRYPOINT ["/usr/local/bin/rex", "--port", "9200"]

0 comments on commit 1e503f4

Please sign in to comment.