From af0aafd6f1bcec1e453c21cf276c5da4de972c01 Mon Sep 17 00:00:00 2001 From: Mente Gee Date: Fri, 3 Jan 2025 21:02:44 -0500 Subject: [PATCH] up --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a73cbb..5bb43c6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ WORKDIR /build COPY go.* ./ RUN go mod download COPY . . -RUN cd frontend && deno install && deno task build && cd .. +RUN cd frontend && /root/.deno/bin/deno install && /root/.deno/bin/deno task build && cd .. RUN go build nowplaying.go RUN chmod +x /build/nowplaying