This repository has been archived on 2026-04-06. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
BookConverter/Dockerfile
Jeniamakarchik a14c341b1c add Dockerfile
2020-01-20 18:51:57 +03:00

10 lines
113 B
Docker

FROM python:3
COPY . /app
WORKDIR /app
RUN pip install -r requirements.txt
COPY
CMD python ./src/consumer.py