Skip to content

This application produces simple webpage for login and logout. Once user login, user see welcome message. This app is served using nginx with docker container

Notifications You must be signed in to change notification settings

sutarnilesh/SimpleWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleWebApp

This application produces simple webpage for login and logout. Once user login, user see welcome message. This app is served using nginx with docker container.

In order to containerize this application, user must copy all files from docker directory to outside of docker directory.

To build application image

docker build -t simplewebapp

To run and debug containerized application

docker run -it -p 8001:8001 simplewebapp /bin/bash

About

This application produces simple webpage for login and logout. Once user login, user see welcome message. This app is served using nginx with docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published