Skip to content
/ hello-nais Public template

Bare bones example application for NAIS tutorial

Notifications You must be signed in to change notification settings

nais/hello-nais

Repository files navigation

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

About

Bare bones example application for NAIS tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published