SI-Encoding / amazon-clone-flask

Co-developed containerized Flask and React eCommerce store with payment processor and 2FA verification
1 stars 0 forks source link

Docker #23

Closed SI-Encoding closed 2 years ago

SI-Encoding commented 2 years ago

Code Review Checklist

Description

Created an image and container by using Docker. Needs testing to validate functionality.

Commands used:

docker build -f Dockerfile.api -t amazon-clone-flask-api . docker run -e TWILIO_ACCOUNT_SID= -e TWILIO_AUTH_TOKEN= --rm -p 5000:5000 amazon-clone-flask-api

docker build -f Dockerfile.client -t amazon-clone-flask-client . docker run --rm -p 5000:5000 amazon-clone-flask-client

Type of change

How was it tested?