Skip to content

Commit

Permalink
read from input arg the name of the file
Browse files Browse the repository at this point in the history
  • Loading branch information
ParsaKhaledi committed Nov 10, 2024
1 parent bfb8f8d commit d37a8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DockerBuild.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
DOCKERFILE=$1
echo ${DOCKERFILE}
# docker build -t alienkh/px4_sim:latest -f {$dockerFileName} .
docker build -t alienkh/px4_sim:latest -f {$dockerFileName} .

0 comments on commit d37a8e3

Please sign in to comment.