Skip to content

Commit

Permalink
docs(docker): update guide with useful flag to see build log
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jun 27, 2024
1 parent 52ecb18 commit ef9b5cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/vitepress/guide/deployment/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,7 @@ apt-get update && apt-get install mesa-utils-extra -y && eglinfo
# EGL API version: 1.5
# EGL vendor string: NVIDIA
```

## Image not working

Usually when you run into an issue where wslink is not found, that means the build/bunlding process of your trame app failed and you should be looking at the docker build step to see what could have gone wrong. For that the docker flags `--no-cache --progress=plain` could be useful.

0 comments on commit ef9b5cc

Please sign in to comment.