Commit 8eb8b6d8 authored by Matteo's avatar Matteo
Browse files

add Dockerfile

parent eba1ee01
FROM python:3.9-slim
LABEL maintainer="Matteo Spanio"
WORKDIR /app
COPY packager.py requirements.txt config.yaml ./
RUN pip install -r requirements.txt
VOLUME [ "/data" ]
CMD [ "python3", "packager.py", "-h" ]
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment