Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 412 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 412 Bytes

docker-app

Simple docker app with python3 for isolated workspace environment and scripting / testing python code

Install

docker compose up -d

Usage

The following command with get you inside the running container

docker compose exec app bash

Once you are inside the container you can easily execute the app.py

./app.py

This will execute your python code.