feature: docker container

This commit is contained in:
Andy Burke 2025-07-14 19:56:38 -07:00
parent 80032ad926
commit 524f9ff2e3
4 changed files with 84 additions and 41 deletions

View file

@ -15,8 +15,7 @@ Compiled:
Container:
```
<insert instructions for using a container>
<our container can and should be very simple: mount a /www into the container and we run serverus on it>
podman run -d --name web -v /var/public:/www andyburke/serverus:latest
```
Deno: