maze-solver/.forgejo/actions/python/Dockerfile
Dan Anglin 0c28a1186d
All checks were successful
test / test (pull_request) Successful in 44s
try Dockerfile approach
2024-08-16 06:05:06 +01:00

5 lines
71 B
Docker

FROM python:3.12-alpine3.20
ADD *.sh /
ENTRYPOINT ["/entrypoint.sh"]