diff --git a/dockerfile b/dockerfile index 7357fba..71546ff 100644 --- a/dockerfile +++ b/dockerfile @@ -1,5 +1,6 @@ FROM node:20-bullseye + WORKDIR /app COPY package*.json ./