cambios para despliegue

This commit is contained in:
2026-06-10 15:35:55 -04:00
parent 28dc40f209
commit 26baab03aa

View File

@@ -16,7 +16,7 @@ fi
# Install dependencies (cache layer) # Install dependencies (cache layer)
COPY package.json . COPY package.json .
COPY yarn.lock . COPY yarn.lock .
RUN yarn install --frozen-lockfile --production=false RUN yarn install --production=false
# Copy source code # Copy source code
COPY . . COPY . .