Files
VerifVATInvoice/dockerfile
T

6 lines
112 B
Docker
Raw Normal View History

FROM python:latest
WORKDIR /app
RUN pip install --no-cache-dir -r requirements.txt
RUN python setup.py install