diff --git a/web/Dockerfile b/web/Dockerfile index eb852fa..fd9d901 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -2,7 +2,7 @@ FROM node:20-alpine WORKDIR /app -COPY . . +COPY . ./web RUN npm ci