view testbench-grid/Dockerfile @ 363:cf7166c5c52f

INV-196 Move inventory scripts to prod directory
author Matt Calmes <calmes@ssdt-ohio.org>
date Mon, 16 Aug 2021 12:58:30 -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" ]