Fixing the addon for the Anki 2.1.x by using it as a module.

This commit is contained in:
tomasgodoi 2017-08-29 18:16:47 -03:00
parent eabfb97e81
commit adcb09bf1e

View File

@ -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