From d37a8e344c13eb7ac3ad92f38ed16cdd9b956b41 Mon Sep 17 00:00:00 2001 From: ParsaKhaledi Date: Sun, 10 Nov 2024 18:51:31 +0330 Subject: [PATCH] read from input arg the name of the file --- DockerBuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DockerBuild.sh b/DockerBuild.sh index 7e12dec..b2e462b 100755 --- a/DockerBuild.sh +++ b/DockerBuild.sh @@ -1,4 +1,4 @@ #!/bin/bash DOCKERFILE=$1 echo ${DOCKERFILE} -# docker build -t alienkh/px4_sim:latest -f {$dockerFileName} . \ No newline at end of file +docker build -t alienkh/px4_sim:latest -f {$dockerFileName} . \ No newline at end of file