Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit a9eeddb

Browse files
committed
fix(docker): copy package-lock.json
1 parent 411bbba commit a9eeddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/template/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# build static files
22
FROM node:alpine as build
33
WORKDIR /usr/src/app
4-
COPY package.json .
4+
COPY package*.json ./
55
RUN npm install --silent
66
COPY . .
77
RUN npm run build

0 commit comments

Comments
 (0)