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:
parent
c0717d36bb
commit
6455542eac
6 changed files with 67 additions and 0 deletions
10
docker/.gitignore
vendored
Normal file
10
docker/.gitignore
vendored
Normal 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/
|
Loading…
Add table
Add a link
Reference in a new issue