Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 529 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 529 Bytes

api.universalnft.dev

Please see the full documentation here https://github.com/ohonesix/api.universalnft.dev/wiki

Build and Package

Docker

Build using the Dockerfile from within /UniversalNFT.dev.API/

docker build -t universalnftdev .

Then run (uses port 5103 by default)

docker run -d -p 5103:5103 --name universalnftdevapi universalnftdev