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:latestClone 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/bashExecute the build:
pyb -X