Commit cb03cf7450bdba191fc7d6c1a70c890f59b0cb19

Authored by Andrii Shvaika
1 parent 88aacdde

DNS cache TTL set to 60 seconds

Showing 1 changed file with 2 additions and 0 deletions
@@ -16,6 +16,8 @@ @@ -16,6 +16,8 @@
16 16
17 FROM thingsboard/openjdk11 17 FROM thingsboard/openjdk11
18 18
  19 +RUN echo 'networkaddress.cache.ttl=60' >> /etc/java-11-openjdk/security/java.security
  20 +
19 COPY start-tb-node.sh ${pkg.name}.deb /tmp/ 21 COPY start-tb-node.sh ${pkg.name}.deb /tmp/
20 22
21 RUN chmod a+x /tmp/*.sh \ 23 RUN chmod a+x /tmp/*.sh \