Skip to content

GhostCrawl3r/fargate-demo

Repository files navigation

Fargate ECR demo

This is a small demo of a NestJS application with the route "/demo" that returns string when the route is called.

This demo has a Github workflow that simply creates the docker image and pushes it to an AWS ECR repository.

Run the docker image locally

First build the docker image:

docker build . -t fargate-demo

Then run the image:

docker run --publish 8080:8080 fargate-demo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published