Merge pull request #52 from toant13/master

Added docker-compose file so we don't need to run full docker execute…
This commit is contained in:
John Washam
2020-01-04 11:57:15 -08:00
committed by GitHub

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: '3'
services:
cs-flash-cards:
build: .
ports:
- 8000:8000
volumes:
- ./cards-empty.db:/src/db/cards.db
# - ./cards-jwasham-extreme.db:/src/db/cards.db
# - ./cards-jwasham.db:/src/db/cards.db