Copy the resources

This commit is contained in:
Daoud Clarke 2022-06-17 23:29:04 +01:00
parent 5ea9efcfa2
commit 505e7521d4
2 changed files with 1 additions and 1 deletions

View file

@ -20,6 +20,7 @@ RUN python -m venv /venv
# Copy only the necessary files to build/install the python package
COPY pyproject.toml poetry.lock /app/
COPY mwmbl /app/mwmbl
COPY resources /app/resources
# Working directory is /app
# Use pip to install the mwmbl python package

View file

@ -1,6 +1,5 @@
import argparse
import logging
from pathlib import Path
import pandas as pd
import uvicorn