Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
matuskosut committed Feb 28, 2024
1 parent c554d0b commit e28d1d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ up: build ## Run docker compose service
echo "open http://127.0.0.1:8888/lab"
bash -c "open http://127.0.0.1:8888/lab"
sleep 2
docker logs -n 1000 -f jupyter-example-proxy
docker logs -n 1000 -f jupyter-brat-proxy

down: ## Stop docker compose service
docker compose down
Expand Down

0 comments on commit e28d1d5

Please sign in to comment.