fix: get the docker image working

This commit is contained in:
Andy Burke 2025-07-14 20:28:37 -07:00
parent 9541c9ac0f
commit 21f132997d
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ Compiled:
Container:
```
podman run -d --name web -v /var/public:/www andyburke/serverus:latest
podman run -d -p 8000:8000 -v /var/public:/www --name web andyburke/serverus:latest
```
Deno: