Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 672 Bytes

File metadata and controls

27 lines (19 loc) · 672 Bytes

{{repo_name}}

{{description}}

Usage

docker run --rm -it -p YOUR_PORT:80 ghcr.io/Nucleify/{{repo_name}}

API Documentation URL:

  • http://YOUR_IP:YOUR_PORT/docs

Local build

Build Docker

docker build -t {{repo_name}} -f Dockerfile

Run locally built image

docker run -p 8080:80 -it --rm {{repo_name}}

Contributors