You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// npm i sharp
import React from 'react'
import img1 from "./small/img-1.jpg";
import img2 from "./small/img-2.jpg";
import img3 from "./small/img-3.jpg";
import img4 from "./small/img-4.jpg";
import img5 from "./small/img-5.jpg";
import img6 from "./small/img-6.jpg";
import Image from 'next/image';
function Home() {
return (
<>
<Image src={img1} alt="Picture of the author" />
<Image src={img2} alt="Picture of the author" />
<Image src={img3} alt="Picture of the author" />
<Image src={img4} alt="Picture of the author" />
<Image src={img5} alt="Picture of the author" />
<Image src={img6} alt="Picture of the author" />
</>
)
}
export default Home
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale due to two years of inactivity. It will be closed in 7 days unless there’s further input. If you believe this issue is still relevant, please leave a comment or provide updated details. Thank you.
Verify canary release
Provide environment information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 23.0.0: Fri Sep 15 14:43:05 PDT 2023; root:xnu-10002.1.13~1/RELEASE_ARM64_T6020 Binaries: Node: 19.8.1 npm: 9.5.1 Yarn: 3.5.0 pnpm: 8.5.1 Relevant Packages: next: 14.0.2-canary.5 eslint-config-next: N/A react: 18.2.0 react-dom: 18.2.0 typescript: N/A Next.js Config: output: standalone
Which example does this report relate to?
with-docker
What browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
Describe the Bug
When I try to build the project, I can not build it successfully.
I got an error code.
Expected Behavior
Build success on Mac OS Apple chip.
To Reproduce
You can clone this project with the following link and have a try.
https://github.com/singleseeker/nextjs-docker-test
Here is how the errors come.
files structure
The text was updated successfully, but these errors were encountered: