Mercurial > public > ssdt-docker
comparison testbench-grid/Dockerfile @ 367:50e99c5b33af production vv2.9.0
flow: Merged <release> 'v2.9.0' to <master> ('production').
author | Jodi Becher <becher@ssdt-ohio.org> |
---|---|
date | Mon, 16 Aug 2021 18:46:57 +0100 |
parents | 4598330892d2 2e65334684d8 |
children |
comparison
equal
deleted
inserted
replaced
359:dab812f30d3e | 367:50e99c5b33af |
---|---|
1 FROM openjdk:8 | 1 FROM openjdk:8 |
2 | 2 |
3 MAINTAINER Catherine Aldrich <aldrich@ssdt-ohio.org> | 3 MAINTAINER Catherine Aldrich and Greg Shepherd <shepherd@ssdt-ohio.org> |
4 | 4 |
5 ENV TESTBENCHJAR=/testbench-standalone.jar | 5 ENV TESTBENCHJAR=/testbench-standalone.jar |
6 | 6 |
7 ADD http://files.ssdt.io/vaadin-testbench-standalone-5.1.2.jar $TESTBENCHJAR | 7 ADD ./vaadin-testbench-standalone-5.2.0.jar $TESTBENCHJAR |
8 | 8 |
9 EXPOSE 4444 | 9 EXPOSE 4444 |
10 | 10 |
11 WORKDIR / | 11 WORKDIR / |
12 | 12 |