view testbench-grid/Dockerfile @ 106:bd1f900972ed feature/djs-DEP-12-docker

DEP-12: move V2 compose files to ../compose2 directory
author smith@nwoca.org
date Fri, 21 Apr 2017 17:16:35 +0100
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" ]