Skip to content

Commit

Permalink
🚀 add Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
techouse committed Dec 4, 2023
1 parent b35c6db commit b4dacfa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit b4dacfa

Please sign in to comment.