Skip to content

Commit dfd8579

Browse files
committed
adjust containerfile to new module layout
1 parent 8ac2b38 commit dfd8579

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Containerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ ENV VIRTUAL_ENV=/app/.venv \
2323

2424
COPY --from=builder ${VIRTUAL_ENV} ${VIRTUAL_ENV}
2525

26-
COPY sparql_file.py ./sparql_file.py
26+
COPY sparql_file/__init__.py ./sparql_file/__init__.py
27+
COPY sparql_file/env.py ./sparql_file/env.py
2728
COPY README.md ./README.md
2829

2930
CMD ["uvicorn", "sparql_file.env:app", "--host", "", "--port", "8080"]

0 commit comments

Comments
 (0)