Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Dec 1, 2022
1 parent d63d2b0 commit 816bf09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust_plugins/dashboards/locust-timescale/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ push:
docker push $(IMAGE_NAME)

run:
docker run -p 3000:3000 $(IMAGE_NAME)
@echo no this doesnt work any more, use docker-compose file or locust-compose

shell:
docker run -p 3000:3000 -it --entrypoint=/bin/bash $(IMAGE_NAME)

0 comments on commit 816bf09

Please sign in to comment.