mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-20 21:33:19 -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
|
WORKDIR /build
|
||||||
|
|
||||||
ADD . /build
|
COPY . /build
|
||||||
|
|
||||||
RUN mkdir -p bin
|
RUN mkdir -p bin
|
||||||
RUN sh ./build.sh
|
RUN sh ./build.sh
|
||||||
Loading…
Reference in a new issue