fix: get the docker image working
This commit is contained in:
parent
9541c9ac0f
commit
21f132997d
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue