Skip to content

Commit

Permalink
Update the container docs with new observations
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphirecat committed Mar 12, 2024
1 parent 92d53a2 commit 3b5445d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/container.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,8 @@ for example 8080, change the left side of the port-binding value:
podman run --rm -it -p 8080:9001 quilt-draw:latest

Use Ctrl+C to stop the container.

## Reloading the app

You may need to use Shift+Reload (e.g. `Cmd+Shift+R` or `Shift+F5`) to
load updated code in the browser after rebuilding the image.

0 comments on commit 3b5445d

Please sign in to comment.