We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92ec3e commit 64fd8c9Copy full SHA for 64fd8c9
docker-compose.dev.yml
@@ -26,8 +26,6 @@ services:
26
dockerfile: backend.dockerfile
27
ports:
28
- 3001:3001
29
- extra_hosts:
30
- - host.docker.internal:host-gateway
31
env_file:
32
- packages/backend/.env
33
depends_on:
ingester.dockerfile
@@ -21,6 +21,8 @@ RUN pnpm install --frozen-lockfile
21
RUN npm install -g turbo
22
23
# Install Antora
24
+RUN apt update && apt install -y ca-certificates openssl
25
+
RUN npm install -g @antora/cli @antora/site-generator
# Install mdbook
0 commit comments