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

4
docker/data-bicycle/.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore