view testbench-grid/Dockerfile @ 608:5cb80996e4d5 tip

fix name of ipdp install, add backup/restore/update scripts
author Justin Kleinknecht <justin.kleinknecht@mcoecn.org>
date Tue, 01 Jul 2025 21:00:04 +0100
parents 50e99c5b33af
children
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" ]