COPY instead of ADD

This commit is contained in:
Neil Alexander 2020-05-21 10:10:50 +01:00
parent 4049c9fee1
commit ecc647dca7

View file

@ -4,7 +4,7 @@ RUN apk --update --no-cache add bash build-base
WORKDIR /build
ADD . /build
COPY . /build
RUN mkdir -p bin
RUN sh ./build.sh