ANOTHER COPY
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 5m45s
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 5m45s
This commit is contained in:
@@ -29,6 +29,7 @@ ENV DATABASE_URL=${DATABASE_URL}
|
|||||||
RUN corepack enable
|
RUN corepack enable
|
||||||
RUN corepack prepare yarn@stable --activate
|
RUN corepack prepare yarn@stable --activate
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
COPY --from=dependencies /app/node_modules ./node_modules
|
||||||
COPY --from=builder /app/.next ./.next
|
COPY --from=builder /app/.next ./.next
|
||||||
COPY --from=builder /app/.yarn ./.yarn
|
COPY --from=builder /app/.yarn ./.yarn
|
||||||
COPY . ./
|
COPY . ./
|
||||||
|
|||||||
Reference in New Issue
Block a user