remove not needed entrypoint
This commit is contained in:
parent
568530fa64
commit
ea881619c8
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ job "dcusr-listmonk" {
|
||||||
image = "listmonk/listmonk:latest"
|
image = "listmonk/listmonk:latest"
|
||||||
ports = ["http"]
|
ports = ["http"]
|
||||||
|
|
||||||
#entrypoint = ["sh", "-c", "sleep 1000000"]
|
|
||||||
entrypoint = ["./listmonk", "--static-dir=/listmonk/static"]
|
entrypoint = ["./listmonk", "--static-dir=/listmonk/static"]
|
||||||
|
|
||||||
volumes = [
|
volumes = [
|
||||||
|
|
Loading…
Reference in a new issue