Skip to content

Commit

Permalink
Merge branch 'feat-chinese-account' of github.com:BaoXuebin/beancount…
Browse files Browse the repository at this point in the history
…-gs into feat-chinese-account
  • Loading branch information
BaoXuebin committed Mar 11, 2022
2 parents 70ef3b9 + c3dcdc1 commit 879148f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
Binary file added beancount-2.3.4-cp310-cp310-linux_x86_64.whl
Binary file not shown.
Binary file added beancount-2.3.4-cp38-cp38-linux_x86_64.whl
Binary file not shown.
10 changes: 8 additions & 2 deletions dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,18 @@ ENV GO111MODULE=on \
PORT=80

WORKDIR /builder

COPY . .
COPY public/icons ./public/default_icons
RUN go build .

FROM python:latest
RUN pip3 install beancount -i https://pypi.tuna.tsinghua.edu.cn/simple
FROM python:3.10.2
RUN python3 -m pip install -U pip setuptools wheel -i https://pypi.tuna.tsinghua.edu.cn/simple

COPY ./beancount-2.3.4-cp310-cp310-linux_x86_64.whl /tmp
COPY ./fava-1.18-py3-none-any.whl /tmp

RUN pip3 install /tmp/beancount-2.3.4-cp310-cp310-linux_x86_64.whl /tmp/fava-1.18-py3-none-any.whl -i https://pypi.tuna.tsinghua.edu.cn/simple

WORKDIR /app
COPY --from=builder ./builder/public ./public
Expand Down
Binary file added fava-1.18-py3-none-any.whl
Binary file not shown.

0 comments on commit 879148f

Please sign in to comment.