laster 0.0.2

This commit is contained in:
2026-05-26 15:43:56 +07:00
parent e2c4881bb7
commit 8ceb1bb1df
24 changed files with 583 additions and 40 deletions

View File

@@ -12,7 +12,7 @@ ENV PORT=3000
WORKDIR /app
RUN apk add --no-cache su-exec
RUN apk add --no-cache bzip2 dpkg su-exec xz zstd
COPY --from=dependencies /app/node_modules ./node_modules
COPY . .