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