huytd / pomoday-v2

A keyboard only task management web app
https://pomoday.vercel.app
BSD 3-Clause "New" or "Revised" License
585 stars 68 forks source link

add Dockerfile and tooling to easily build and run the project #5

Closed fbartels closed 4 years ago

fbartels commented 4 years ago

Hi @huytd,

with this PR users can now easily run the project in a container. The Dockerfile is a multistage build which means the resulting image is quite small since it does not include any build time dependencies.

Through the compose file both building and running is really simple. I have added instructions to the readme.

Fixes #2

Future improvements:

fbartels commented 4 years ago

Hi @huytd,

I've rebased the pr to resolve the merge conflict.

huytd commented 4 years ago

LGTM. Merging now.

Thank you so much everyone!