Skip to content

Commit 0e8752b

Browse files
committed
Add dockerfile instructions.
1 parent 7255acd commit 0e8752b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)