run from entrypoint
All checks were successful
test / test (pull_request) Successful in 3s

This commit is contained in:
Dan Anglin 2024-08-16 06:15:39 +01:00
parent 196f6b27c4
commit 091d89c68c
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638
2 changed files with 3 additions and 5 deletions

View file

@ -1,7 +1,5 @@
FROM python:3.12-alpine3.20
#ADD *.sh /
#
#ENTRYPOINT ["/entrypoint.sh"]
ADD *.sh /
ENTRYPOINT ["python3 tests.py"]
ENTRYPOINT ["/entrypoint.sh"]

View file

@ -3,4 +3,4 @@
set -e
python3 -V
ls -la
python3 tests.py