fix containerfile
release-tag / release-image (push) Has been cancelled

This commit is contained in:
2025-06-01 13:16:38 +02:00
parent d5fbec27dd
commit e05598b860
-1
View File
@@ -6,7 +6,6 @@ COPY package*.json ./
RUN npm ci
COPY . .
RUN n
RUN npx nuxt build
FROM node:lts-alpine AS production-stage