Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.16 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.16 KB

tfirmx

build coverage complexity vulnerabilities python

Execution

Ensure the latest version of Docker is installed on your server.

Build the Docker image:

docker image build -t tfirmx:latest .

Run the Docker container:

docker container run --rm -it tfirmx:latest

Development

Clone the repository and ensure the latest version of Docker is installed on your server.

Build the Docker image:

docker image build --target build-image -t tfirmx:latest .

Run the Docker container:

docker container run --rm -it -v $PWD:/code tfirmx:latest /bin/bash

Execute the build:

pyb -X