mirror of
				https://github.com/insomniafi/insomniaid-bot.git
				synced 2025-11-04 10:09:35 +00:00 
			
		
		
		
	Documentation Update: Add missing command parameters
This commit is contained in:
		@@ -7,7 +7,7 @@ Verkkopeliyhdistys Insomnia ry - Identity Bot
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### Build Image
 | 
					### Build Image
 | 
				
			||||||
 | 
					
 | 
				
			||||||
`podman build -t ghcr.io/insomniafi/insid-bot`
 | 
					`podman build -t ghcr.io/insomniafi/insid-bot .`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Publish Image
 | 
					### Publish Image
 | 
				
			||||||
`podman push ghcr.io/insomniafi/insid-bot`
 | 
					`podman push ghcr.io/insomniafi/insid-bot`
 | 
				
			||||||
@@ -16,5 +16,9 @@ Verkkopeliyhdistys Insomnia ry - Identity Bot
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
`podman run --name insid-bot -d -e DISCORD_TOKEN= ghcr.io/insomniafi/insid-bot`
 | 
					`podman run --name insid-bot -d -e DISCORD_TOKEN= ghcr.io/insomniafi/insid-bot`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					### Run Container (Dev Mode)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					`podman run --name insid-bot -it -e DISCORD_TOKEN= ghcr.io/insomniafi/insid-bot npm run start:dev`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Update Dependencies
 | 
					### Update Dependencies
 | 
				
			||||||
`podman run --name insid-bot -d -e DISCORD_TOKEN= -v "$PWD":/usr/src/app/ ghcr.io/insomniafi/insid-bot`
 | 
					`podman run --rm --name insid-bot -it -e DISCORD_TOKEN= -v "$PWD":/usr/src/app/ ghcr.io/insomniafi/insid-bot npm update`
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user