BaoXuebin / beancount-gs

基于 beancount 提供个人记账财务管理的 RESTful API 服务(包含前端页面)
https://www.yuque.com/chuyi-ble7p/beancount-gs
MIT License
317 stars 42 forks source link

:arrow_down: Update dockerfile 降级beancount至2.3.6 #81

Closed quewen08 closed 4 months ago

quewen08 commented 4 months ago

降级beancount至2.3.6,以支持bean-report bean-query bean-check

可以先在我的项目里用docker构建

quewen08 commented 4 months ago

80 #23

quewen08 commented 4 months ago

@BaoXuebin 这个有个bug我没测好呢……麻烦回退一下或者我重新交一个pr

在初始化的时候无法检测beancount环境,我把目录放在子目录里了,应该不影响的……

BaoXuebin commented 4 months ago

我发现了这个问题,目前我的考虑是先构建 beancount-alpine 镜像,然后利用这个镜像再编译 beancount-gs 镜像,避免每次构建都需要重复编译beancount。

https://github.com/BaoXuebin/beancount-gs/blob/main/lib/Dockerfile