adding build contet
Some checks failed
Build & Deploy Nuxt (Docker) / deploy (push) Failing after 5s

This commit is contained in:
Tom Trappmann
2025-12-22 22:01:38 +01:00
parent 3f610b6491
commit 7e94d23840
2 changed files with 1 additions and 7 deletions

View File

@@ -5,8 +5,6 @@ WORKDIR /NautilusDesk
# Needed for node-gyp / native deps on Alpine
RUN apk add --no-cache python3 make g++ git
RUN ls -a
# Install deps
COPY package*.json ./
RUN npm install