We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b60c4b3 + c989bba commit 4840d2fCopy full SHA for 4840d2f
Dockerfile
@@ -1,5 +1,7 @@
1
FROM golang:1.23-alpine
2
3
RUN go install github.com/Chocapikk/wpprobe@latest
4
+RUN wpprobe update
5
+RUN wpprobe update-db
6
7
ENTRYPOINT ["/go/bin/wpprobe"]
0 commit comments