This commit is contained in:
2026-02-13 23:49:12 +01:00
parent 206b8f08db
commit 2e02d6d763
36 changed files with 1816 additions and 4178 deletions

View File

@@ -4,6 +4,8 @@ RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
COPY . .
RUN apk add curl
RUN npm cache clear --force && npm ci
RUN npm run build