generated from Templates/Baseline
fix folder usage
This commit is contained in:
parent
293f61a917
commit
03717ce3d4
@ -9,7 +9,7 @@ RUN bun install --frozen-lockfile \
|
|||||||
|
|
||||||
FROM caddy:2.7.6-alpine as prod
|
FROM caddy:2.7.6-alpine as prod
|
||||||
|
|
||||||
COPY --from=builder /app/dist /arkanum-docs/
|
COPY --from=builder docs/.vitepress/dist /arkanum-docs/
|
||||||
COPY Caddyfile /etc/caddy
|
COPY Caddyfile /etc/caddy
|
||||||
HEALTHCHECK --interval=15s --timeout=3s \
|
HEALTHCHECK --interval=15s --timeout=3s \
|
||||||
CMD wget --no-verbose --tries=1 --spider http://localhost:80/ || exit 1
|
CMD wget --no-verbose --tries=1 --spider http://localhost:80/ || exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user