debug
Some checks failed
Build & Deploy Nuxt (Docker) / deploy (push) Failing after 6s

This commit is contained in:
Tom Trappmann
2025-12-22 21:56:08 +01:00
parent 59d3c375a2
commit a4e0c9e0b2

View File

@@ -5,6 +5,8 @@ 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