drachtio / docker-drachtio-freeswitch-base

Dockerfile for creating a minimal Freeswitch image for use with drachtio-mrf
9 stars 21 forks source link

When using COPY with more than one source file, the destination must be a directory and end with a / #6

Closed tommyNy closed 2 years ago

tommyNy commented 2 years ago

drachtio/drachtio-freeswitch-base:1.10.5

small bug in Dockerfile on Docker version 19.03.5, build 633a0ea838

Step 2/5 : COPY ./files/* /tmp When using COPY with more than one source file, the destination must be a directory and end with a / The terminal process "bash '-c', 'docker build --pull --rm -f "Dockerfile" -t drachtio/drachtio-freeswitch-base:1.10.5 "."'" terminated with exit code: 1.

lylepratt commented 2 years ago

I had this issue as well. added a / on the end of /tmp solved it: /tmp/