Update Dockerfile
This commit is contained in:
parent
d92a993dfc
commit
cb330c84b4
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@ FROM node:20-alpine
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package*.json ./web
|
||||
COPY package-lock.json ./web
|
||||
COPY . ./web
|
||||
|
||||
RUN npm ci
|
||||
|
|
|
|||
Loading…
Reference in a new issue