diff --git a/dockerfile b/dockerfile index 6932f15..75a0e95 100644 --- a/dockerfile +++ b/dockerfile @@ -5,7 +5,7 @@ WORKDIR /app COPY package*.json ./ -RUN npm install --omit=dev +RUN npm install COPY . .