FROM ubuntu:20.04
# BASE
RUN apt-get -y update && apt-get -y install hledger hledger-web
# RUN
WORKDIR /home/bel
CMD []
ENTRYPOINT ["hledger-web"]