Python > 3.9
First build the image
docker build -t app .
Then run the program with the following command:
docker run --rm app
python -m venv venv
Activate the virtual environment
on Window
./venv/Scripts/activate
on Linux/Mac
source venv/bin/activate
pip install -r requirements.txt
The program support json or Any types of config changes file (* or JSON)
You can set this by changing FILE TYPE in the settings file.
By default it's set to json
python main.py
pytest
Preview terminal Output

Content type
Image
Digest
Size
46.3 MB
Last updated
over 5 years ago
docker pull meschac38000/update-config-file