Update skipcache URL in astro Dockerfile
This commit is contained in:
parent
1eef88c3d8
commit
32d398de4b
@ -13,7 +13,7 @@ FROM base AS build
|
|||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
COPY --from=base /base ./
|
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
|
RUN yarn build
|
||||||
|
|
||||||
FROM nginx:stable AS prod
|
FROM nginx:stable AS prod
|
||||||
|
Loading…
Reference in New Issue
Block a user