Update skipcache URL in astro Dockerfile

This commit is contained in:
Max Schmidt 2023-06-18 19:32:54 +02:00
parent 1eef88c3d8
commit 32d398de4b

View File

@ -13,7 +13,7 @@ FROM base AS build
ENV NODE_ENV=production
WORKDIR /build
COPY --from=base /base ./
ADD "https://www.random.org/cgi-bin/randbyte?nbytes=10&format=h" skipcache
ADD "https://random-uuid.deno.dev" skipcache
RUN yarn build
FROM nginx:stable AS prod