add this fancy recent changes module
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-10-11 21:37:28 -04:00
parent a33c4ca92b
commit 18d7a3e7b1
4 changed files with 145 additions and 90 deletions

View File

@@ -1,4 +1,4 @@
FROM node:20-slim AS builder
FROM node:20 AS builder
COPY . /src
WORKDIR /src