This is an Angular project that consumes the
Build:
DOCKER_BUILDKIT=1 docker build --pull -f "Dockerfile" -t rickandmorty:latest "."
Serving the app on port 8080:
docker run -p 8080:80 rickandmorty
Requisites: Node, Angular and a package manager (npm, yarn, pnpm or bun).
Serving the app on port 4200:
npm install && ng serve
Rick and Morty is created by Justin Roiland and Dan Harmon for Adult Swim. The data and images are used without claim of ownership and belong to their respective owners.
This application is open source and uses a Creative Commons CC0 1.0 Universal license.