Update start_dev.sh
Doesn't use anything bash-specific, so it can be /bin/sh
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
#!/usr/bin/env bash
|
#!/bin/sh
|
||||||
docker-compose run --rm builder
|
docker-compose run --rm builder
|
||||||
|
|||||||
Reference in New Issue
Block a user