GitXplorerGitXplorer
d

webapp

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
7523fb76d3706c6dc1e07708c594e37826d11fcb

Merge pull request #2 from davejrt/update

ddavejrt committed 6 years ago
Verified
66ce053fd7abcdc9c2b0f0ac9b66eb3fc9ed1f2f

Merge pull request #1 from davejrt/udpate

ddavejrt committed 6 years ago
Verified
6a66c07c4bd6cad7ed93358c932c9d7e68fea963

Update Dockerfile

ddavejrt committed 6 years ago
Verified
9486b188136f6986e7c9b7ae7c46f06fbd7381a9

Update Dockerfile

ddavejrt committed 6 years ago
Verified
292ba371e17a696e7d47ba7dcd26fb9cdcf9b678

Update index.html

ddavejrt committed 6 years ago
Unverified
f9dd9c616554611abdb430eade1a8097344743d5

initial commit

committed 6 years ago

README

The README file for this repository.

Web App

scottyc/webapp

The architecture

This is a demo webapp written in go that uses the native golang http server then serves a basic html page that listens on port 3000.

Building

Build locally docker build -t scottyc/webapp . or use pre built image docker pull scottyc/webapp

Running

To run the app docker run -d --name webapp -p 3000:3000 scottyc/webapp