Browse Source

Put back requirements.txt

pull/18/head
Vladislav Glinsky 6 years ago
parent
commit
556032a34d
Signed by: cl0ne GPG Key ID: 9D058DD29491782E
  1. 1
      .dockerignore
  2. 1
      Dockerfile

1
.dockerignore

@ -38,4 +38,3 @@ build/
### Git repo
.git*
*.md
requirements.txt

1
Dockerfile

@ -10,6 +10,7 @@ RUN apk upgrade --no-cache \
libffi libffi-dev \
&& python -m venv venv \
&& . ./venv/bin/activate \
&& pip install -r requirements.txt \
&& pip install -e .
# ===

Loading…
Cancel
Save