netbymatt / ws4kp

WeatherStar 4000+
https://weatherstar.netbymatt.com
MIT License
274 stars 47 forks source link

Fixed Copy Commands #26

Closed jacaudi closed 1 year ago

jacaudi commented 1 year ago

In a Dockerfile, when using COPY with more than one source file, the destination must be a directory and end with a /. Or, you can specify each file that needs to be copied.

This change will allow the docker image to be built.