Skip to content

Commit 4840d2f

Browse files
authored
Merge pull request #7 from benvia/fix-dockerBuildImage
Add WPProbe command so the Docker image is ready to use
2 parents b60c4b3 + c989bba commit 4840d2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM golang:1.23-alpine
22

33
RUN go install github.com/Chocapikk/wpprobe@latest
4+
RUN wpprobe update
5+
RUN wpprobe update-db
46

57
ENTRYPOINT ["/go/bin/wpprobe"]

0 commit comments

Comments
 (0)