Update Dockerfile (#9)

This commit is contained in:
Kai Gohegan
2024-12-24 22:59:08 +00:00
committed by GitHub
parent b77dbcc4f4
commit 4ff00859a3

View File

@@ -24,5 +24,7 @@ COPY --from=builder /app/README.md /README.md
EXPOSE 8181
VOLUME ["/app"]
# Run
CMD ["/blackhole", "--config", "/app/config.json"]
CMD ["/blackhole", "--config", "/app/config.json"]