Author SHA1 Message Date
legonzaur e05598b860 fix containerfile
release-tag / release-image (push) Has been cancelled
2025-06-01 13:16:38 +02:00
-1
View File
@@ -6,7 +6,6 @@ COPY package*.json ./
RUN npm ci RUN npm ci
COPY . . COPY . .
RUN n
RUN npx nuxt build RUN npx nuxt build
FROM node:lts-alpine AS production-stage FROM node:lts-alpine AS production-stage