Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
cg219 committed Jan 4, 2025
1 parent a67ed4d commit af0aafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit af0aafd

Please sign in to comment.