Update Dockerfile
This commit is contained in:
parent
67240f84db
commit
f56332c267
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ COPY package.json /opt/hsd
|
|||
# Install build dependencies and compile.
|
||||
FROM base AS build
|
||||
RUN apk add --no-cache g++ gcc make python3
|
||||
RUN npm install --production
|
||||
RUN npm install --omit=dev
|
||||
|
||||
FROM base
|
||||
ENV PATH="${PATH}:/opt/hsd/bin:/opt/hsd/node_modules/.bin"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue