Indiekit server for https://kevinyank.com
Learn more at https://getindiekit.com
(Do these on the Docker host - my Synology NAS.)
- Update the version ranges in package.json if required.
- Run
npm updateto upgrade to latest package versions allowed by package.json. - Run
docker build -t kyank/indiekit .. - Update the running container to kyank/indiekit:latest:
docker compose up -d.