This commit is contained in:
Mukhtar Akere
2024-08-26 02:22:21 +01:00
parent ad1ba7b505
commit 511df1a296
4 changed files with 16 additions and 13 deletions

View File

@@ -20,5 +20,7 @@ RUN CGO_ENABLED=0 GOOS=$(echo $TARGETPLATFORM | cut -d '/' -f1) GOARCH=$(echo $T
FROM scratch
COPY --from=builder /blackhole /blackhole
EXPOSE 8181
# Run
# CMD ["/blackhole", "--config", "/app/config.json"]
CMD ["/blackhole", "--config", "/app/config.json"]