This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user