mirror of
https://github.com/Solratic/checksum-action.git
synced 2026-04-28 01:54:52 -05:00
8 lines
115 B
Docker
8 lines
115 B
Docker
FROM python:3.10-slim
|
|
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
COPY action.py /action.py
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|