Mercurial > public > ssdt-docker
comparison testbench-grid/Dockerfile @ 361:2e65334684d8
adding and updating testbench information
author | aldrich@ssdt-ohio.org |
---|---|
date | Wed, 09 Sep 2020 16:52:33 +0100 |
parents | 731a1492c8a0 |
children | 50e99c5b33af |
comparison
equal
deleted
inserted
replaced
360:dcaaef5a6a4f | 361:2e65334684d8 |
---|---|
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 |