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
|
||||
docker-compose run --rm builder
|
||||
#!/bin/sh
|
||||
docker-compose run --rm builder
|
||||
|
||||
Reference in New Issue
Block a user