Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crufter committed Oct 15, 2020
1 parent 3f0e3d0 commit 2bde663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apk add --update ca-certificates openssl tar && \
rm -Rf etcd-v3.4.7-linux-amd64* /var/cache/apk/*
VOLUME /data
EXPOSE 2379 2380 4001 7001
ADD services/tests/image/run-etcd.sh /bin/run.sh
ADD services/test/image/run-etcd.sh /bin/run.sh

# Speeding up tests by predownloading and building dependencies for services used.
RUN mkdir services
Expand Down

0 comments on commit 2bde663

Please sign in to comment.