fix(cli): include .npmrc copy in generated Dockerfile
This commit is contained in:
parent
4ac6b061a8
commit
578e2bf9b3
|
|
@ -170,6 +170,7 @@ spec:
|
|||
WORKDIR /app
|
||||
|
||||
COPY backend/package*.json ./backend/
|
||||
COPY backend/.npmrc ./backend/
|
||||
COPY frontend/package*.json ./frontend/
|
||||
|
||||
RUN apk add --no-cache git
|
||||
|
|
|
|||
Loading…
Reference in New Issue