Skip to content

Commit

Permalink
chore(beancount): update fava ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
y0ngb1n authored Sep 8, 2024
1 parent dcf8a3c commit ec43e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beancount/fava/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ EXPOSE 5000
ENTRYPOINT [ "fava" ]

COPY requirements.txt .
RUN pip3 install -y fava==$FAVA_VERSION \
RUN pip3 install fava==$FAVA_VERSION \
&& pip3 install -r requirements.txt

0 comments on commit ec43e3e

Please sign in to comment.