Browse Source

feat: docker

Byaidu 1 year ago
parent
commit
e446fe5ad8
1 changed files with 7 additions and 0 deletions
  1. 7 0
      Dockerfile

+ 7 - 0
Dockerfile

@@ -0,0 +1,7 @@
+FROM python:3.12-slim
+
+WORKDIR /app
+
+RUN pip install pdf2zh
+
+CMD ["pdf2zh", "-i"]