chore: update docker run command
This commit is contained in:
		@@ -4,7 +4,8 @@
 | 
				
			|||||||
docker run \
 | 
					docker run \
 | 
				
			||||||
	--volume "$(pwd)/feed_urls.txt:/app/feed_urls.txt" \
 | 
						--volume "$(pwd)/feed_urls.txt:/app/feed_urls.txt" \
 | 
				
			||||||
	--volume "$(pwd)/.env:/app/.env" \
 | 
						--volume "$(pwd)/.env:/app/.env" \
 | 
				
			||||||
 | 
						--volume "$(pwd)/public:/app/public" \
 | 
				
			||||||
	--publish 3000:3000 \
 | 
						--publish 3000:3000 \
 | 
				
			||||||
	--tty \
 | 
						--name voice-rss-summary \
 | 
				
			||||||
	--interactive \
 | 
						\
 | 
				
			||||||
	voice-rss-summary
 | 
						voice-rss-summary # --restart always \
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user