dga-detector / app /launchservice.R
harpomaxx's picture
fix entrypoint
6f976d8
raw
history blame contribute delete
96 Bytes
library(plumber)
r <- plumb("/app/dga-classifier-service.R")
r$run(host = "0.0.0.0",port=7860)