This commit is contained in:
@@ -7,7 +7,6 @@ COPY package.json yarn.lock ./
|
||||
RUN corepack enable yarn && yarn install --immutable
|
||||
|
||||
# Stage 2: Build the application
|
||||
COPY /app/node_modules ./node_modules
|
||||
COPY . .
|
||||
RUN corepack enable yarn && yarn build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user