Skip to content

run zdocs www/web with docker #5

@kindy

Description

@kindy

I build a docker image for www/web: ghcr.io/hon-sh/zdocs,
so you can run it on your machine.

docker run -it --rm -p 3000:80 ghcr.io/hon-sh/zdocs:0.0.2-pre

access it at http://localhost:3000

the image run on port 80 by default, we can change it with BUN_PORT like this:
-p 3000:3000 -e BUN_PORT=3000

oh, by the way, it can not stop by ctrl-c on my machine, if you meet it, please kill -9 .


history versions:

  • 0.0.2-pre
  • 0.0.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions