mikelangelo-project / osv-microservice-demo

Simple Node.js Microservice application use to demonstrate the use of OSv and Capstan
13 stars 1 forks source link

Add .capstanignore to reduce unikernel size #8

Closed miha-plesko closed 7 years ago

miha-plesko commented 7 years ago

A list of files/folders that should not get uploaded to the unikernel is provided to reduce OSv unikernel size even more. Also, if user was following README tutorial, she probably already has some .png images in /data/storage/ and /data/worker/ folder and they should not be uploaded to the unikernel.

Before .capstanignore: 3781 files, 38 MB size on disk After .capstanignore: 3182 filse, 35 MB size on disk

gberginc commented 7 years ago

Update commit message: unkenrel --> unikernel

miha-plesko commented 7 years ago

Commit message fixed.