Skip to content

Commit

Permalink
Fixed directory walk
Browse files Browse the repository at this point in the history
  • Loading branch information
BanaSeba committed Dec 27, 2024
1 parent a0fcc9b commit 3d403f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api.nameguard.io/terraform/deploy_lambda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ if [ ! -f "../Dockerfile" ]; then
fi

echo "Building Docker image..."
cd ../../packages/nameguard-python
cd ../../../packages/nameguard-python
if ! docker build -t nameguard; then
echo "Error: Docker build failed"
exit 1
Expand Down

0 comments on commit 3d403f7

Please sign in to comment.