Copy to /usr in test Dockerfile

This commit is contained in:
Michael Hansen 2022-04-25 17:38:18 -04:00
commit 2396ebd6ed

View file

@ -44,5 +44,5 @@ RUN --mount=type=cache,id=pip-venv,target=/root/.cache/pip \
./install.sh
# Run tests
COPY voices/ /root/.local/share/mimic3/voices/
COPY voices/ /usr/share/mimic3/voices/
RUN ./test.sh