bundle install
, before adding the rest of the repo (via ADD .
).
package.json
file to the image.
npm install
, before adding the rest of the repo (via ADD .
).
requirements.txt
file to the image.
pip install
, before adding the rest of the repo (via ADD .
).