Skip to content

Commit 0ad47c2

Browse files
committed
Simplify the process
1 parent 596925a commit 0ad47c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.12-slim
22

3-
COPY . .
4-
RUN pip install -r requirements.txt
3+
RUN python3 -m pip install --no-cache-dir requests python-frontmatter pathlib
54

6-
ENTRYPOINT ["python", "/publish_to_hashnode.py"]
5+
COPY entrypoint.py /entrypoint.py
6+
ENTRYPOINT ["python", "/entrypoint.py"]
File renamed without changes.

0 commit comments

Comments
 (0)