diff --git a/Dockerfile b/Dockerfile index 0336159..4d68971 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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