Skip to content

Commit d94aa8f

Browse files
author
Thomas
committed
#23 - add docker image
1 parent fd9dc80 commit d94aa8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ RUN mvn clean install
3030
WORKDIR /opt/soujava-test-kit/gatling
3131
RUN mvn clean gatling:execute -Dgatling.simulationClass=soujava.BenchmarkGeneric -DNUM_THREADS=1 -DRAMP_TIME=1 -DDURATION=10 -DTARGET=http://vertx-simple-json-endpoint.herokuapp.com -DENDPOINT=/hello -DENDPOINT_NAME=HELLO_WORLD_VERTEX
3232

33+
VOLUME ["/opt/soujava-test-kit/gatling/target/gatling"]
3334

3435
ENTRYPOINT ["/opt/soujava-test-kit/gatling"]
3536
CMD ["mvn"]

0 commit comments

Comments
 (0)