We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3eea95 commit 7429145Copy full SHA for 7429145
1 file changed
apps/api.nameguard.io/terraform/deploy_lambda.sh
@@ -199,7 +199,8 @@ fi
199
200
echo "Building Docker image..."
201
cd ../../../packages/nameguard-python
202
-if ! docker build "../../apps/api.nameguard.io" -t nameguard; then
+cp ../../apps/api.nameguard.io/Dockerfile ./Dockerfile
203
+if ! docker build . -t nameguard; then
204
echo "Error: Docker build failed"
205
exit 1
206
fi
0 commit comments