no more copy, I guess?
Some checks are pending
Main / build-and-push-docker-image (20.x) (push) Waiting to run
Some checks are pending
Main / build-and-push-docker-image (20.x) (push) Waiting to run
This commit is contained in:
@@ -7,7 +7,6 @@ COPY package.json yarn.lock ./
|
|||||||
RUN corepack enable yarn && yarn install --immutable
|
RUN corepack enable yarn && yarn install --immutable
|
||||||
|
|
||||||
# Stage 2: Build the application
|
# Stage 2: Build the application
|
||||||
COPY /app/node_modules ./node_modules
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN corepack enable yarn && yarn build
|
RUN corepack enable yarn && yarn build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user