This commit is contained in:
@@ -5,6 +5,8 @@ WORKDIR /NautilusDesk
|
|||||||
# Needed for node-gyp / native deps on Alpine
|
# Needed for node-gyp / native deps on Alpine
|
||||||
RUN apk add --no-cache python3 make g++ git
|
RUN apk add --no-cache python3 make g++ git
|
||||||
|
|
||||||
|
RUN ls -a
|
||||||
|
|
||||||
# Install deps
|
# Install deps
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|||||||
Reference in New Issue
Block a user