Skip to content

Commit 975db77

Browse files
committed
Change shell from sh to bash in exec target of Makefile
1 parent c62430a commit 975db77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ exec: ## Run a shell in the container
4343
--platform $(PLATFORM) \
4444
--network dev \
4545
-v $(CURDIR):/data \
46-
$(IMG_NAME) sh
46+
$(IMG_NAME) bash
4747

4848
pkg: ## Package the application
4949
@rm sesame-daemon-* || true

0 commit comments

Comments
 (0)