FIX: Include the dev deps
This commit is contained in:
parent
c52e068ea8
commit
46be17c759
@ -5,7 +5,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
|
|
||||||
RUN npm install --omit=dev
|
RUN npm install
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user