fix-docker #10

Merged
dan merged 7 commits from fix-docker into dev 2023-12-07 13:02:40 +01:00
3 changed files with 0 additions and 22 deletions
Showing only changes of commit fb19a58dbd - Show all commits

View file

@ -1,9 +0,0 @@
pytest
pytest-html
pytest-playwright
python-dotenv
icecream
loguru
beautifulsoup4
imbox
hatchling

View file

@ -1,6 +0,0 @@
#!/bin/bash
RECIPES_PATH=$PWD/recipes
export PYTHONPATH=${PYTHONPATH}:$RECIPES_PATH
python main.py

View file

@ -1,7 +0,0 @@
#!/bin/bash
PWD_PATH=$PWD
RECIPES_PATH=$PWD/recipes
export PYTHONPATH=$PWD_PATH:$RECIPES_PATH
pytest