Copy the resources
This commit is contained in:
parent
5ea9efcfa2
commit
505e7521d4
2 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,7 @@ RUN python -m venv /venv
|
||||||
# Copy only the necessary files to build/install the python package
|
# Copy only the necessary files to build/install the python package
|
||||||
COPY pyproject.toml poetry.lock /app/
|
COPY pyproject.toml poetry.lock /app/
|
||||||
COPY mwmbl /app/mwmbl
|
COPY mwmbl /app/mwmbl
|
||||||
|
COPY resources /app/resources
|
||||||
|
|
||||||
# Working directory is /app
|
# Working directory is /app
|
||||||
# Use pip to install the mwmbl python package
|
# Use pip to install the mwmbl python package
|
||||||
|
|
|
@ -1,6 +1,5 @@
|
||||||
import argparse
|
import argparse
|
||||||
import logging
|
import logging
|
||||||
from pathlib import Path
|
|
||||||
|
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
import uvicorn
|
import uvicorn
|
||||||
|
|
Loading…
Reference in a new issue