add web ui
This commit is contained in:
@@ -28,6 +28,9 @@ COPY --from=build /out/ingestd /app/ingestd
|
||||
|
||||
USER appuser
|
||||
|
||||
# Web UI
|
||||
EXPOSE 8080
|
||||
|
||||
# default config path inside container
|
||||
ENTRYPOINT ["/app/ingestd"]
|
||||
CMD ["-config", "/app/config.yaml"]
|
||||
|
||||
Reference in New Issue
Block a user