remove not needed entrypoint

This commit is contained in:
Ayden Jahola 2024-10-21 13:48:42 +01:00
parent 568530fa64
commit ea881619c8
No known key found for this signature in database
GPG key ID: 71DD90AE4AE92742

View file

@ -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 = [