Skip to content

Commit b4dacfa

Browse files
committed
🚀 add Dockerfile
1 parent b35c6db commit b4dacfa

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:3.12
2+
3+
LABEL maintainer="https://github.com/techouse"
4+
5+
RUN pip install --no-cache-dir --upgrade pip && \
6+
pip install --no-cache-dir mysql-to-sqlite3
7+
8+
ENTRYPOINT ["mysql2sqlite"]

0 commit comments

Comments
 (0)