view testbench-grid/Dockerfile @ 537:ad36483ba0c2

Update scripts to add execute permission
author Matt Calmes <calmes@ssdt-ohio.org>
date Mon, 06 May 2024 10:59:39 -0400
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" ]