Skip to content

Commit b04fb78

Browse files
Update Dockerfile
1 parent 5fa7dbb commit b04fb78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1414
RUN useradd --create-home --shell /bin/bash appuser
1515

1616
# Install shared shexstatements package from repository root
17-
COPY setup.py README.md requirements.txt ./
17+
COPY setup.py README.md requirements.txt shexstatements.sh ./
1818
COPY shexstatements/ ./shexstatements/
1919
RUN pip install --no-cache-dir .
2020

0 commit comments

Comments
 (0)