diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..cde9ab1 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,8 @@ +FROM python:3.12 + +LABEL maintainer="https://github.com/techouse" + +RUN pip install --no-cache-dir --upgrade pip && \ + pip install --no-cache-dir mysql-to-sqlite3 + +ENTRYPOINT ["mysql2sqlite"] \ No newline at end of file