added copy
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 4m42s
All checks were successful
Main / build-and-push-docker-image (20.x) (push) Successful in 4m42s
This commit is contained in:
@@ -31,6 +31,7 @@ RUN corepack prepare yarn@stable --activate
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
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 . ./
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user