We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da039c2 commit 2a537f6Copy full SHA for 2a537f6
Makefile
@@ -22,7 +22,7 @@ debug:
22
env GOARCH=amd64 GOOS=linux go build -v -gcflags='all=-N -l' -ldflags="-s -w" -o bin/scraperDebug scraper/main.go
23
24
runDebug: debug
25
- ./.aws-lambda-rie/aws-lambda-rie ./bin/scraperDebug
+ DEBUG=true ./.aws-lambda-rie/aws-lambda-rie ./bin/scraperDebug
26
27
buildDocker:
28
docker build -t watcher-local-build .
0 commit comments