Fixing some paths.
This commit is contained in:
parent
0b4948823b
commit
eabfb97e81
@ -5,9 +5,9 @@ RUN apt-get update && \
|
||||
|
||||
COPY AnkiConnect.py /data/addons/AnkiConnect.py
|
||||
|
||||
COPY tests/docker/prefs.db /data/prefs.db
|
||||
COPY tests/docker/2.0.x/prefs.db /data/prefs.db
|
||||
|
||||
ADD tests/docker/entrypoint.sh /entrypoint.sh
|
||||
ADD tests/docker/2.0.x/entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
|
@ -5,9 +5,9 @@ RUN apt-get update && \
|
||||
|
||||
COPY AnkiConnect.py /data/addons21/AnkiConnect.py
|
||||
|
||||
COPY tests/docker/prefs21.db /data/prefs21.db
|
||||
COPY tests/docker/2.1.x/prefs21.db /data/prefs21.db
|
||||
|
||||
ADD tests/docker/entrypoint.sh /entrypoint.sh
|
||||
ADD tests/docker/2.1.x/entrypoint.sh /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user