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.
1 parent 7dff4f1 commit c989bbaCopy full SHA for c989bba
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