2
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 55s

This commit is contained in:
2026-05-02 18:34:05 +02:00
parent ed782f2fc6
commit eaac266ebb
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,4 @@
node_modules node_modules
.git
.gitignore .gitignore
Dockerfile Dockerfile
.dockerignore .dockerignore

View File

@@ -6,6 +6,8 @@ WORKDIR /app
# Copy package files # Copy package files
COPY package*.json ./ COPY package*.json ./
RUN apk add --no-cache git
# Install dependencies # Install dependencies
RUN npm install RUN npm install