mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-20 05:13:11 -06:00
COPY instead of ADD
This commit is contained in:
parent
4049c9fee1
commit
ecc647dca7
|
|
@ -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
|
||||
Loading…
Reference in a new issue