maze-solver/.forgejo/actions/python/Dockerfile
Dan Anglin 091d89c68c
All checks were successful
test / test (pull_request) Successful in 3s
run from entrypoint
2024-08-16 06:15:39 +01:00

5 lines
71 B
Docker

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