maze-solver/.forgejo/actions/python/Dockerfile
Dan Anglin 32b269494b
Some checks failed
test / test (pull_request) Failing after 5s
update base image for python tests
2024-08-16 06:36:21 +01:00

5 lines
60 B
Docker

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