Skip to content

Commit b1fde02

Browse files
authored
Use bash as the shell (#307)
1 parent d72b808 commit b1fde02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"reset": "docker compose down",
1616
"reset:hard": "docker compose down -v",
1717
"logs": "docker compose logs -ft -n 100 screeps",
18-
"shell": "docker compose exec screeps /bin/sh",
18+
"shell": "docker compose exec screeps /bin/bash",
1919
"redis-cli": "docker compose exec redis redis-cli",
2020
"cli": "docker compose exec screeps cli",
2121
"update": "docker compose exec screeps start --update"

0 commit comments

Comments
 (0)