Skip to content

LuccaSA/JustAnApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just an app

Running locally

Download and install .NET 6 from official source (at least RC2), and run

dotnet run

Running with docker

Build the image

docker build -t anapp .

then run the app

docker run -e "ENV=Staging" -d -p 8080:80 anapp

and, then browse http://localhost:8080/

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published