From e05598b860ebcdf9a9cdf34f03f588198ee96c09 Mon Sep 17 00:00:00 2001 From: legonzaur Date: Sun, 1 Jun 2025 13:16:38 +0200 Subject: [PATCH] fix containerfile --- Containerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Containerfile b/Containerfile index f8608de..6949a35 100644 --- a/Containerfile +++ b/Containerfile @@ -6,7 +6,6 @@ COPY package*.json ./ RUN npm ci COPY . . -RUN n RUN npx nuxt build FROM node:lts-alpine AS production-stage