Skip to content

Commit

Permalink
README update for the Docker Error 255 during Website launch on Apple…
Browse files Browse the repository at this point in the history
… Silicon (apache#17456)

Co-authored-by: Danny McCormick <[email protected]>
  • Loading branch information
nausharipov and damccorm authored May 17, 2022
1 parent 5a3f405 commit a37d324
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a37d324

Please sign in to comment.