mirror of
https://github.com/adrianjagielak/home-assistant-futurehome.git
synced 2025-11-18 09:09:03 +00:00
Fix not installing required dependencies to execute npm run build
This commit is contained in:
@@ -7,7 +7,7 @@ RUN apk add --no-cache nodejs npm python3 make g++
|
||||
# ---------- copy source -------------
|
||||
WORKDIR /usr/src/app
|
||||
COPY package.json tsconfig.json ./
|
||||
RUN npm install --omit=dev
|
||||
RUN npm install
|
||||
COPY src ./src
|
||||
RUN npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user