Update Dockerfile
This commit is contained in:
parent
d8236e82b9
commit
2a90e90bca
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ FROM base-node AS build-main
|
|||
# Copy package files
|
||||
COPY website/package.json website/package-lock.json* ./
|
||||
|
||||
RUN npm install
|
||||
RUN npm install --include=dev
|
||||
|
||||
# Copy source files
|
||||
COPY website/. ./
|
||||
|
|
|
|||
Reference in a new issue