diff --git a/website/README.md b/website/README.md index d5f9a6f8c397..0d99ffa6eeff 100644 --- a/website/README.md +++ b/website/README.md @@ -75,6 +75,12 @@ If you're developing the site, you should know a little bit about Hugo and Docsy ## Troubleshooting +### Docker Error 255 on Apple Silicon + +To fix the Docker Error 255 during the Website launch on Apple Silicon: +- Open website/Dockerfile +- Replace "FROM debian:stretch-slim" with "FROM --platform=linux/amd64 debian:stretch-slim" + ### Hugo server does not reload static files The Hugo dev server waits for changes in site content, static files, configuration, and other resources. On change, the server rebuilds and reloads the site in your browser. If you're making changes to static files, and those changes are detected by the server but don't appear in the browser, you may have a caching issue.