diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ COPY requirements.txt requirements.txt RUN pip3 install -r requirements.txt +RUN pip3 install epr-reader + COPY . . EXPOSE 5000 |