From 83afb4ea801ab134fe73ab8b6b50d5014fb1a0f4 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Wed, 16 Aug 2023 12:52:02 -0700 Subject: [PATCH] Set correct args in nomad --- template.nomad | 1 + 1 file changed, 1 insertion(+) diff --git a/template.nomad b/template.nomad index 55c97ee..b97feb2 100644 --- a/template.nomad +++ b/template.nomad @@ -54,6 +54,7 @@ job "lure-web" { config { image = "gitea.elara.ws/elara6331/lure-web:latest" ports = ["http"] + args = ["build"] }