Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 334 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 334 Bytes

Clyde App

A simple .NET core application that displays picutres of a specific pup.

Run this app locally

From within the project root, run:

dotnet run

Build and run as a container

From within the project root, run:

docker build -t clydeapp .

docker run -d -p 8080:80 --name clyde clydeapp