From a80cde585527556bf579bd691aee499318fb1a0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Fri, 1 Nov 2024 02:03:52 +0200 Subject: [PATCH] Documentation Update: Remove DEV container when crashed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 697857f..7bb49f2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Verkkopeliyhdistys Insomnia ry - Identity Bot ### Run Container (Dev Mode) -`podman run --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= 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`