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
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