diff --git a/Dockerfile b/Dockerfile index 6111211a..9a5cad3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ RUN mkdir -p /tmp/ads && cd /tmp/ads && \ cat ad-hosts.txt | grep '^0.0.0.0 '| awk '{ print $2; }' | grep -v '0.0.0.0' | jq --raw-input --slurp 'split("\n")' > /app/ad-hosts.json && \ rm /tmp/ads/ad-hosts.txt -RUN yarn install --network-timeout 1000000 --network-concurrency 1 +RUN yarn install --network-timeout 1000000 ADD tsconfig.json /app/ ADD src /app/src