Skip to content

Commit 2177b7f

Browse files
committed
fixes path naming
1 parent bfc98d0 commit 2177b7f

3 files changed

Lines changed: 546 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM python:3.12-alpine
2+
3+
RUN pip install --no-cache-dir PyYAML==6.0.2
4+
5+
COPY resolver.py /usr/local/bin/resolver.py
6+
7+
ENTRYPOINT ["python", "/usr/local/bin/resolver.py"]
8+

0 commit comments

Comments
 (0)