mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Development: fix devcontainer postCreateCommand (#8542)
This commit is contained in:
		| @@ -3,7 +3,7 @@ | ||||
|     "dockerComposeFile": "docker-compose.devcontainer.sqlite-tika.yml", | ||||
|     "service": "paperless-development", | ||||
|     "workspaceFolder": "/usr/src/paperless/paperless-ngx", | ||||
|     "postCreateCommand": "/bin/bash -c pre-commit install && pipenv install --dev", | ||||
|     "postCreateCommand": "pipenv install --dev && pipenv run pre-commit install && pipenv shell", | ||||
|     "customizations": { | ||||
|         "vscode": { | ||||
|             "extensions": [ | ||||
|   | ||||
| @@ -3,7 +3,7 @@ | ||||
|   "version": "0.0.0", | ||||
|   "scripts": { | ||||
|     "ng": "ng", | ||||
|     "start": "ng serve", | ||||
|     "start": "ng serve --host 0.0.0.0", | ||||
|     "build": "ng build", | ||||
|     "test": "ng test --no-watch --coverage", | ||||
|     "lint": "ng lint", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Orce MARINKOVSKI
					Orce MARINKOVSKI