Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 448 Bytes

quick_start.md

File metadata and controls

19 lines (17 loc) · 448 Bytes

Quick Start

  1. Fork and clone the git repo
  2. cd into docker-nginx and run make
    make
    
    # Or if you're on an ARM machine i.e. M1, do
    VERSION=arm64 PLATFORM=linux/arm64 make
    
  3. Wait for the build to complete
  4. Once the build completes, start up the image as:
    docker run -it -e SERVER_APP_NAME=hello -p 8080:8080 docker-nginx
    
  5. Curl your endpoint
    curl http://127.0.0.1:8080/