cambios para despliegue
This commit is contained in:
@@ -16,7 +16,7 @@ fi
|
||||
# Install dependencies (cache layer)
|
||||
COPY package.json .
|
||||
COPY yarn.lock .
|
||||
RUN yarn install --frozen-lockfile --production=false
|
||||
RUN yarn install --production=false
|
||||
|
||||
# Copy source code
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user