Browse Source

Add node to Docker dependencies so readabilipy works as intended

mistress
Daniel Muckerman 3 years ago
parent
commit
94e387c874
2 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile
  2. BIN
      pocket/readitlater.db

+ 1
- 1
Dockerfile View File

@ -7,7 +7,7 @@ ADD . /project
RUN rm /project/.envrc
RUN rm -rf /project/env
RUN apt-get update && apt-get install -y python3-dev libldap2-dev libsasl2-dev libssl-dev
RUN apt-get update && apt-get install -y python3-dev libldap2-dev libsasl2-dev libssl-dev nodejs
RUN pip install -r requirements.txt
CMD ["flask","run","--host=0.0.0.0"]

BIN
pocket/readitlater.db View File


Loading…
Cancel
Save