parent
07464431af
commit
1a63be25fc
|
|
@ -4,5 +4,7 @@ WORKDIR /app
|
||||||
|
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
|
||||||
RUN npm install -g npm@latest && \
|
RUN npm install npm@latest && \
|
||||||
npm install --silent
|
npm install --silent
|
||||||
|
|
||||||
|
CMD ["npm", "run", "build"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue