mirror of
https://github.com/koush/scrypted.git
synced 2026-05-26 14:40:29 +01:00
docker: disable cache bust causing 503
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user