Expose locust port, add csrf support, and fix app_links

This commit is contained in:
tomdds
2019-11-15 15:10:24 -05:00
parent c5c667a436
commit 03d816884b
2 changed files with 15 additions and 6 deletions

View File

@@ -4,4 +4,4 @@ RUN apk update && apk --no-cache add g++ gcc libxslt-dev
RUN pip install pyquery
USER locust
ADD locustfile.py locustfile.py
EXPOSE 8089