diff --git a/README.md b/README.md index 7bb49f2..3bf954a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Verkkopeliyhdistys Insomnia ry - Identity Bot ### Run Container (Dev Mode) -`podman run --rm --name insid-bot -it -e DISCORD_TOKEN= ghcr.io/insomniafi/insid-bot npm run start:dev` +`podman run --rm --name insid-bot -it -e DISCORD_TOKEN= -v "$PWD":/usr/src/app/ ghcr.io/insomniafi/insid-bot npm run start:dev` ### Update Dependencies `podman run --rm --name insid-bot -it -e DISCORD_TOKEN= -v "$PWD":/usr/src/app/ ghcr.io/insomniafi/insid-bot npm update`