beacon-biosignals / julia_pod

k8s native julia development
MIT License
10 stars 3 forks source link

Bugfix: DOCKER copy #24

Closed haberdashPI closed 2 years ago

haberdashPI commented 2 years ago

Turns out using * makes a flat copy of files. We want to maintain the directory structure of the project, so we should use . instead. (Branched from my other PR, so that one should probably merge first).