mswift42 / themecreator

https://mswift42.github.io/themecreator/ create themes for intellij, textmate, textadept, atom, emacs, vim and gnome terminal.
GNU General Public License v3.0
404 stars 33 forks source link

Improvements for Docker integrataion #25

Closed paaguti closed 2 years ago

paaguti commented 2 years ago

In addition to cleaning up stupid typos in Readme.md, I have moved the Dockerfile to

  1. Run clj as a non privileged user
  2. mount the cloned app.core instead of copying it inside the container

This allows some edits to reflect on a running themecreator container on-the-fly, making development easier

In addition, I have updated the helper scripts to reflect the changes in Dockerfile

mswift42 commented 2 years ago

Thanks, great work.