mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-12 15:15:49 +00:00
include dev dependencies in build phase
This commit is contained in:
parent
5083d91b91
commit
d771eeb516
@ -86,7 +86,7 @@ FROM base as build
|
||||
# Copy everything
|
||||
COPY . .
|
||||
# npm install
|
||||
RUN npm install --frozen-lockfile --non-interactive
|
||||
RUN npm install --include=dev --frozen-lockfile --non-interactive
|
||||
# npm build
|
||||
RUN npm run build
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user