WuTheFWasThat / vimflowy

An open source productivity tool drawing inspiration from workflowy and vim
https://www.wuthejeff.com/vimflowy
MIT License
1.6k stars 111 forks source link

Create Dockerfile.armhf #314

Closed amitthk closed 5 years ago

amitthk commented 5 years ago

Create dockerfile for armhf to run vimflowy on Raspberry Pi

WuTheFWasThat commented 5 years ago

cool, thanks! is there a way to avoid repetition? (e.g. use multistage builds for the artifacts or something) not sure about dockerfile best practices but i don't like the repeated code :)

amitthk commented 5 years ago

Actually I did try finding a lighter image for multistage build but couldn't find other for armhf. This build worked on my Raspberry Pi so I thought anybody want to extend it can use. Meanwhile, thank you so much for a great piece of software. I'm so fond of it - and now since my tiny raspberry pi pocket server hosts it - it is really great. I'm planning to work on a bit collaboration and enhancing the login page. Thanks. Let me take a look how I can improve upon the repeated code.

WuTheFWasThat commented 5 years ago

yeah.. no worries. it's annoying that dockerfiles don't have a native way of composing functions and stuff

RE collab/login: awesome! let me know if you have questions about anything.