Skip to content

Commit a37d324

Browse files
README update for the Docker Error 255 during Website launch on Apple Silicon (#17456)
Co-authored-by: Danny McCormick <[email protected]>
1 parent 5a3f405 commit a37d324

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ If you're developing the site, you should know a little bit about Hugo and Docsy
7575

7676
## Troubleshooting
7777

78+
### Docker Error 255 on Apple Silicon
79+
80+
To fix the Docker Error 255 during the Website launch on Apple Silicon:
81+
- Open website/Dockerfile
82+
- Replace "FROM debian:stretch-slim" with "FROM --platform=linux/amd64 debian:stretch-slim"
83+
7884
### Hugo server does not reload static files
7985

8086
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.

0 commit comments

Comments
 (0)