ecommerce-fastapi-stripe
ecommerce-fastapi-stripe copied to clipboard
Docker execution is not successful
trafficstars
Hello @barreraalexander
On a fresh clone, the docker-compose up --build command is not successful:
The Docker setup should copy env.sample -> ENV or set the secrets in ENV
Note: take a look at the Flask version
Ty!
$ docker-compose up --build
ERROR: Couldn't find env file: D:\work\repo-samples\sample-fastapi-stripe\.env
Ah I see. I have updated the docker to copy .env.sample to .env.
Hello @barreraalexander
Please double-check this point.
Ty