Skip to content

Commit 2daf641

Browse files
authored
Update README.md
update version of dockerfile in readme
1 parent 3b240bd commit 2daf641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ riprunner is a docker image that include the Docker-Lamp baseimage (Ubuntu 24.04
33
1. With Ubuntu **24.04** image on the `latest-2404`, riprunner is ready to test the Rip Runner communication suite.
44

55
# To build a new docker image
6-
sudo docker build -t=softcoder/riprunner:latest -f ./docker/2204/Dockerfile .
6+
sudo docker build -t=softcoder/riprunner:latest -f ./docker/2404/Dockerfile .
77

88
# To run the docker image (set environment variables to match your values)
99
sudo docker run -p "80:80" -v ${PWD}/mysql:/var/lib/mysql softcoder/riprunner:latest

0 commit comments

Comments
 (0)