mirror of
https://github.com/insomniafi/insomniaid-bot.git
synced 2024-11-22 15:30:19 +00:00
Documentation Update: Remove DEV container when crashed
This commit is contained in:
parent
fd6675cd31
commit
a80cde5855
@ -18,7 +18,7 @@ Verkkopeliyhdistys Insomnia ry - Identity Bot
|
|||||||
|
|
||||||
### Run Container (Dev Mode)
|
### 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
|
### Update Dependencies
|
||||||
`podman run --rm --name insid-bot -it -e DISCORD_TOKEN= -v "$PWD":/usr/src/app/ ghcr.io/insomniafi/insid-bot npm update`
|
`podman run --rm --name insid-bot -it -e DISCORD_TOKEN= -v "$PWD":/usr/src/app/ ghcr.io/insomniafi/insid-bot npm update`
|
||||||
|
Loading…
Reference in New Issue
Block a user