Skip to content

Commit

Permalink
Fix runserver so it works directly or with helium-cli (relative dir).
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Jan 23, 2025
1 parent bdbd7d1 commit fdc7633
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bin/runserver
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env bash

make build-docker
make run-docker
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

make -C ${DIR}/.. build-docker
make -C ${DIR}/.. run-docker

0 comments on commit fdc7633

Please sign in to comment.