Fix #3 add dockerfile

This commit is contained in:
sebthom
2022-01-24 06:25:12 +01:00
parent ba72989a85
commit cc9aaf9a4b
7 changed files with 240 additions and 2 deletions

View File

@@ -78,6 +78,15 @@ jobs:
python -m kleinanzeigen_bot version
python -m kleinanzeigen_bot verify
- name: "Build docker image"
if: startsWith(matrix.os, 'linux')
run: |
set -eux
bash docker/build-image.sh
docker run --rm kleinanzeigen-bot/kleinanzeigen-bot help
- name: py2exe
if: startsWith(matrix.os, 'windows')
run: |