mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-22 02:02:14 +00:00
11 lines
227 B
Docker
11 lines
227 B
Docker
|
FROM alpine:3.2
|
||
|
FROM anapsix/alpine-java:8_server-jre
|
||
|
|
||
|
EXPOSE 9324
|
||
|
|
||
|
COPY run.sh /elasticmq/run.sh
|
||
|
COPY custom.conf /elasticmq/custom.conf
|
||
|
COPY elasticmq-server-0.13.2.jar /elasticmq/server.jar
|
||
|
|
||
|
ENTRYPOINT ["/elasticmq/run.sh"]
|