view testbench-grid/Dockerfile @ 398:3f76ce6790fb release/v2.13.0

INV-197 create release branch for inventory and workflow backup and restore scripts
author Matt Calmes <calmes@ssdt-ohio.org>
date Thu, 28 Oct 2021 07:52:41 -0400
parents 2e65334684d8
children 50e99c5b33af
line wrap: on
line source
FROM openjdk:8

MAINTAINER Catherine Aldrich and Greg Shepherd <shepherd@ssdt-ohio.org>

ENV TESTBENCHJAR=/testbench-standalone.jar

ADD ./vaadin-testbench-standalone-5.2.0.jar $TESTBENCHJAR

EXPOSE 4444

WORKDIR /

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