Update Dockerfile
This commit is contained in:
parent
367ef94fc6
commit
b859378f3f
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ FROM node:20-alpine
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
COPY . ./web
|
||||
|
||||
RUN npm ci
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue