fix: dockerignore not excluding packages/*/node_modules (#9296)
This commit is contained in:
		
							parent
							
								
									214de03301
								
							
						
					
					
						commit
						54ccacff97
					
				|  | @ -10,6 +10,7 @@ db/ | |||
| docker-compose.yml | ||||
| elasticsearch/ | ||||
| node_modules/ | ||||
| packages/*/node_modules | ||||
| redis/ | ||||
| files/ | ||||
| misskey-assets/ | ||||
|  |  | |||
|  | @ -30,4 +30,4 @@ COPY . ./ | |||
| 
 | ||||
| ENV NODE_ENV=production | ||||
| ENTRYPOINT ["/usr/bin/tini", "--"] | ||||
| CMD ["npm", "run", "migrateandstart"] | ||||
| CMD ["yarn", "run", "migrateandstart"] | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue