Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 735 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 735 Bytes

Hello NAIS

This is a bare bone repository containing a simple web server. The repository is used by the hello nais tutorial in the nais documentation.

Local Development

Prerequisites

  • Docker CLI - via one of these alternatives:

Build

  1. Build Docker image:

    docker build . -t hello-nais
  2. Run Docker image:

    docker run -p 8080:8080 hello-nais