diff --git a/Dockerfile b/Dockerfile index f412e25..ded6f00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ FROM base AS runner COPY package*.json ./ # Install only production app dependencies -RUN yarn install --immutable-cache +#RUN yarn install # Bundle app source COPY . .