2c4c2b90b9
Due to user of the container we will drop it in the homedir
5 lines
143 B
Docker
5 lines
143 B
Docker
FROM docker.apple.com/piedss/locust:1.1.31
|
|
|
|
RUN mkdir -p /home/locust/tests/
|
|
ADD .dist/usr/local/load_tests/locust-example /home/locust/tests/
|