Added docker commands to Makefile

make data and make container can be used to pre-process the data and spawn the docker containers.
This commit is contained in:
syounkin 2024-11-04 18:50:21 -06:00
parent c0717d36bb
commit 6455542eac
6 changed files with 67 additions and 0 deletions

10
docker/.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
!docker-compose.yml
!docker-compose-2.yml
!preprocess.sh
!data-raw/
!data-foot/
!data-bicycle/