view testbench-grid/Dockerfile @ 357:477a54ceff94

flow: Merged <release> '2.8.2' to <develop> ('default').
author aldrich@ssdt-ohio.org
date Wed, 20 May 2020 16:06:33 +0100
parents 731a1492c8a0
children 4598330892d2 2e65334684d8
line wrap: on
line source
FROM openjdk:8

MAINTAINER Catherine Aldrich <aldrich@ssdt-ohio.org>

ENV TESTBENCHJAR=/testbench-standalone.jar

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

EXPOSE 4444

WORKDIR /

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