Skip to content

Commit

Permalink
Echo commands before executing.
Browse files Browse the repository at this point in the history
  • Loading branch information
chmac committed Mar 18, 2022
1 parent c928430 commit 5fbe023
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerBuild.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#!/bin/bash

if [ "$OS" = "Darwin" ]; then
echo docker build -t lightflow .
docker build -t lightflow .
else
echo sudo docker build -t lightflow .
sudo docker build -t lightflow .
fi

0 comments on commit 5fbe023

Please sign in to comment.