huytd / pomoday-v2

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

Upgrade version of static-file-server docker container in Dockerfile to support Apple silicon #84

Closed ronthl closed 1 year ago

ronthl commented 1 year ago

Currently, we are using the halverneus/static-file-server v1.7.0. It doesn't support native Apple silicon, see the picture below

before

To support the native Apple silicon we need to upgrade it to v1.8.8, and the result will be:

after
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
pomoday ✅ Ready (Inspect) Visit Preview Oct 12, 2022 at 7:34AM (UTC)
huytd commented 1 year ago

Cool, thank you so much!