Skip to content

Commit 7429145

Browse files
committed
Fixed path issues
1 parent d3eea95 commit 7429145

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/api.nameguard.io/terraform/deploy_lambda.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ fi
199199

200200
echo "Building Docker image..."
201201
cd ../../../packages/nameguard-python
202-
if ! docker build "../../apps/api.nameguard.io" -t nameguard; then
202+
cp ../../apps/api.nameguard.io/Dockerfile ./Dockerfile
203+
if ! docker build . -t nameguard; then
203204
echo "Error: Docker build failed"
204205
exit 1
205206
fi

0 commit comments

Comments
 (0)