Set correct args in nomad
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Elara 2023-08-16 12:52:02 -07:00
parent b3e49a1561
commit 83afb4ea80

View File

@ -54,6 +54,7 @@ job "lure-web" {
config {
image = "gitea.elara.ws/elara6331/lure-web:latest"
ports = ["http"]
args = ["build"]
}