The application is packaged as a docker image.
Building of the image can be done using the Dockerfile in the repository.
docker build --no-cache -t personal-intro .
The image can be then then optionally tagged and then pushed to a registry.
docker tag personal-intro:latest <registry_name>/personal-intro:latest
See the env/ directory for details and examples, service definitions for both
development and production environments are provided there.
docker-composedocker-compose up -d
docker-compose down
Content type
Image
Digest
sha256:781968ecd…
Size
40.7 MB
Last updated
about 3 years ago
docker pull soch1/personal-intro