Attention:
Install Docker .
Start the containers.
cd lab-magnata/app_crud_api
docker build -f Dockerfile -t andreluys01/app-crud_api:1.0.0 .
docker run -d --name db_app -p 27017:27017 mongo:4
docker run -i -t --name myapp_crud_api -p 80:9000 andreluys01/app-crud_api:1.0.0
Access the app in the URL http://localhost:80 (for HTTP).
Stop the containers.
docker stop myapp
Content type
Image
Digest
Size
42.5 MB
Last updated
over 4 years ago
docker pull andreluys01/app-crud_api:1.0.0