diff --git a/Dockerfile b/Dockerfile index 99bf3ea..e67471c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,8 @@ RUN go mod download COPY . . -RUN go build -o /app/backupnotify +RUN go build -o /app/backup-notify EXPOSE 8080 -CMD ["/app/nackupnotify", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/nackupnotify.db", "--static-path", "/app/static", "--scheduler", "--ntfy-endpoint", "https://ntfy.internal.simponic.xyz", "--ntfy-topics", "server-backups", "--ntfy-alert-topics", "alerts"] +CMD ["/app/backup-notify", "--server", "--migrate", "--port", "8080", "--template-path", "/app/templates", "--database-path", "/app/db/nackupnotify.db", "--static-path", "/app/static", "--scheduler", "--ntfy-endpoint", "https://ntfy.internal.simponic.xyz", "--ntfy-topics", "server-backups", "--ntfy-alert-topics", "alerts"]