Skip to content

Commit 7060caf

Browse files
committed
fix: dockerfile
1 parent 42e70f0 commit 7060caf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ COPY src ./src
1717
COPY docs ./docs
1818
COPY i18n ./i18n
1919

20-
# Copy Marp slides and build script so that npm run build:marp works
20+
# Copy slides and build script so that npm run build:reveal works
2121
COPY slides ./slides
2222
COPY reveal.build.js ./
2323

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
24+
# Build the site
25+
RUN npm run build
2626

2727
# Use Nginx to serve the static files
2828
FROM nginx:alpine

0 commit comments

Comments
 (0)