We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7255acd commit 0e8752bCopy full SHA for 0e8752b
Dockerfile
@@ -0,0 +1,8 @@
1
+FROM python:alpine3.9
2
+
3
+RUN pip install mysql-to-sqlite3 && mkdir -p /output && touch /output/export.sqlite3
4
5
+VOLUME [ "/output" ]
6
7
+CMD ["mysql2sqlite", "-f /output/export.sqlite3"]
8
0 commit comments