Mercurial > public > ssdt-docker
comparison testbench-grid/Dockerfile @ 343:b8373a99ad4d production
testbench updates
author | aldrich@ssdt-ohio.org |
---|---|
date | Wed, 20 May 2020 13:58:02 +0100 |
parents | 0f366721a499 |
children | 4598330892d2 |
comparison
equal
deleted
inserted
replaced
342:27ae05ebfc1a | 343:b8373a99ad4d |
---|---|
1 FROM java:8-jre | 1 FROM java:8-jre |
2 | 2 |
3 MAINTAINER Dave Smith <smith@nwoca.org> | 3 MAINTAINER Catherine Aldrich <aldrich@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-4.0.3.jar $TESTBENCHJAR | 7 ADD http://files.ssdt.io/vaadin-testbench-standalone-5.1.2.jar $TESTBENCHJAR |
8 | 8 |
9 EXPOSE 4444 | 9 EXPOSE 4444 |
10 | 10 |
11 WORKDIR / | 11 WORKDIR / |
12 | 12 |