-
Notifications
You must be signed in to change notification settings - Fork 0
Docker Supply Curve Processing
Scott Kirkland edited this page Aug 31, 2021
·
3 revisions
Create the supply curve docker image
docker build . -t srkirkland/cec-supply -f Dockerfile-supplyCurve
Run the "cec-supply" Docker image with the given ENV file and place the output into the current directory. The container will automatically clean-up and remove itself once the process has completed.
docker run --env-file=supply-env --rm -v $(pwd)/supplyCurve.csv:/usr/src/app/data/supplyCurve.csv cec-supply