mirror of
https://github.com/IT4Change/boilerplate-frontend.git
synced 2025-12-13 07:35:53 +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 everything
|
||||||
COPY . .
|
COPY . .
|
||||||
# npm install
|
# npm install
|
||||||
RUN npm install --frozen-lockfile --non-interactive
|
RUN npm install --include=dev --frozen-lockfile --non-interactive
|
||||||
# npm build
|
# npm build
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user