Skip to content

Commit

Permalink
copy default-config.json into config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmotea authored Jul 17, 2019
1 parent 0e410e3 commit 0f0e73d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .build/aarch64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ ARG BUILD_ARCH=aarch64

COPY requirements.txt BridgeEmulator .build/genCert.sh .build/openssl.conf ./

COPY default-config.json config.json

#Install requirments
RUN apt-get update && \
apt-get install --no-install-recommends -y unzip curl nmap psmisc iproute2 libcoap-1-0-bin && \
Expand Down

0 comments on commit 0f0e73d

Please sign in to comment.