We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 596925a commit 0ad47c2Copy full SHA for 0ad47c2
Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.12-slim
2
3
-COPY . .
4
-RUN pip install -r requirements.txt
+RUN python3 -m pip install --no-cache-dir requests python-frontmatter pathlib
5
6
-ENTRYPOINT ["python", "/publish_to_hashnode.py"]
+COPY entrypoint.py /entrypoint.py
+ENTRYPOINT ["python", "/entrypoint.py"]
publish_to_hashnode.py renamed to entrypoint.py
0 commit comments