This commit is contained in:
Janos Dobronszki
2020-10-15 17:28:06 +02:00
parent 3f0e3d0cd4
commit 2bde663103

View File

@@ -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