fix(build): frontend npm install dependencies
This commit is contained in:
parent
6e474de5c3
commit
018b6f2eff
|
|
@ -15,6 +15,7 @@ WORKDIR /app
|
|||
|
||||
COPY --from=builder /app/.next ./.next
|
||||
COPY --from=builder /app/package.json ./package.json
|
||||
COPY --from=builder /app/package-lock.json ./package-lock.json
|
||||
COPY --from=builder /app/public ./public
|
||||
|
||||
RUN npm install
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user