From 664a1554dc286ffdf84a80c55d6108ac97724556 Mon Sep 17 00:00:00 2001 From: Godwin Ani Date: Wed, 5 Mar 2025 16:27:12 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 8dcdedc..b3438cb 100644 --- a/README.md +++ b/README.md @@ -14,15 +14,13 @@ The docker file can be executed with: # Build the container docker build -f Dockerfile.txt . --tag eukphylo:1 -# Get the container IMAGE_ID -docker image list # Current command is: docker run -it \ --mount type=bind,src=$(pwd)/databases,dst=/Databases \ --mount type=bind,src=$(pwd)/input_data,dst=/Input_data \ --mount type=bind,src=$(pwd)/output_data,dst=/Output_data \ - eukphylo + eukphylo:1 ``` After development, GitHub CICD workflows can be added to automatically build and release the dockerfile for the end user.