FROM tiangolo/uvicorn-gunicorn-fastapi:python3.8-slim
COPY . /app
RUN pip install -r requirements.txt
CMD [ "python3", "_execute_xlsx.py"]