Fixing the addon for the Anki 2.1.x by using it as a module.
This commit is contained in:
parent
eabfb97e81
commit
adcb09bf1e
@ -3,7 +3,7 @@ FROM txgio/anki:2.1.0beta14
|
||||
RUN apt-get update && \
|
||||
apt-get install -y xvfb
|
||||
|
||||
COPY AnkiConnect.py /data/addons21/AnkiConnect.py
|
||||
COPY AnkiConnect.py /data/addons21/AnkiConnect/__init__.py
|
||||
|
||||
COPY tests/docker/2.1.x/prefs21.db /data/prefs21.db
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user