ci(dev): fix port npm to run on docker.
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
				
			|||||||
  "name": "don-confiao",
 | 
					  "name": "don-confiao",
 | 
				
			||||||
  "version": "0.0.0",
 | 
					  "version": "0.0.0",
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
    "dev": "vite",
 | 
					    "dev": "vite --host 0.0.0.0",
 | 
				
			||||||
    "build": "vite build",
 | 
					    "build": "vite build",
 | 
				
			||||||
    "preview": "vite preview",
 | 
					    "preview": "vite preview",
 | 
				
			||||||
    "lint": "eslint . --fix --ignore-path .gitignore"
 | 
					    "lint": "eslint . --fix --ignore-path .gitignore"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user