j-reher / bossdocker

Docker container to run BOSS in a development environment
GNU General Public License v3.0
0 stars 0 forks source link

ADD scripts to container instead of endless echos #137

Closed j-reher closed 2 years ago

j-reher commented 2 years ago

Echo-ing things in the Dockerfile to create scripts has gotten out of hand. Cleaning that up by having the scripts in the input folder and using ADD to copy them into the container.