cambios para despliegue
This commit is contained in:
@@ -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 . .
|
||||||
|
|||||||
Reference in New Issue
Block a user