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 42e70f0 commit 7060cafCopy full SHA for 7060caf
dockerfile
@@ -17,12 +17,12 @@ COPY src ./src
17
COPY docs ./docs
18
COPY i18n ./i18n
19
20
-# Copy Marp slides and build script so that npm run build:marp works
+# Copy slides and build script so that npm run build:reveal works
21
COPY slides ./slides
22
COPY reveal.build.js ./
23
24
-# Build the site (this runs "npm run build", which first runs build:marp)
25
-RUN npm run build -- --config docusaurus.config.js --out-dir build
+# Build the site
+RUN npm run build
26
27
# Use Nginx to serve the static files
28
FROM nginx:alpine
0 commit comments