diff --git a/Dockerfile b/Dockerfile index 9d91255..3437c22 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,9 +16,6 @@ RUN \ # Copy cached files COPY node_modules ./ -# Install dependencies -RUN yarn - # Rebuild the source code only when needed FROM node:18-alpine AS builder WORKDIR /app