1
0
forked from me/IronOS

Update start_dev.sh

Doesn't use anything bash-specific, so it can be /bin/sh
This commit is contained in:
slycordinator
2021-12-27 16:00:56 +09:00
committed by GitHub
parent f13b7be3d9
commit ccddb1ebdc

View File

@@ -1,2 +1,2 @@
#!/usr/bin/env bash
docker-compose run --rm builder
#!/bin/sh
docker-compose run --rm builder