docker: disable cache bust causing 503

This commit is contained in:
Koushik Dutta
2022-11-02 12:17:20 -07:00
parent 005a1017e4
commit 30493de2dc
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ FROM koush/scrypted-common:${BASE}
WORKDIR /
# cache bust
ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache
# ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache
RUN npx -y scrypted install-server
WORKDIR /server
CMD npm --prefix /server exec scrypted-serve

View File

@@ -35,7 +35,7 @@ ENV SCRYPTED_INSTALL_PATH="/server"
WORKDIR /
# cache bust
ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache
# ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache
RUN npx -y scrypted install-server
WORKDIR /server
CMD npm --prefix /server exec scrypted-serve