view testbench-grid/Dockerfile @ 246:7441285bf326 production v2.0.1

flow: Merged <hotfix> 'v2.0.1' to <master> ('production').
author smith@nwoca.org
date Thu, 11 Jan 2018 18:32:51 +0000
parents 0f366721a499
children b8373a99ad4d 731a1492c8a0
line wrap: on
line source
FROM java:8-jre

MAINTAINER Dave Smith <smith@nwoca.org>

ENV TESTBENCHJAR=/testbench-standalone.jar

ADD http://files.ssdt.io/vaadin-testbench-standalone-4.0.3.jar $TESTBENCHJAR

EXPOSE 4444

WORKDIR /

CMD ["java", "-jar", "testbench-standalone.jar", "-role", "hub" ]