Skip to content

Commit

Permalink
Merge pull request #36 from nikorev/makefile_update
Browse files Browse the repository at this point in the history
Fix make shell
  • Loading branch information
mpepping authored Nov 21, 2023
2 parents 5025e9d + 55687f1 commit 55a4dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ stop: ## Stop the container
docker rm -f cyberchef

shell: ## Creates a shell inside the container for debug purposes
docker run -it --rm $(APP_NAME):latest bash
docker run -it --rm $(APP_NAME):latest /bin/sh

0 comments on commit 55a4dc1

Please sign in to comment.