Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit a6c667e

Browse files
authored
Merge pull request #2865 from w3f/will-docs-fix
Fix Docusarus Endpoint
2 parents 24b8443 + 39c4005 commit a6c667e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY . .
77
RUN echo "building ${PACKAGE}... "; \
88
yarn install; \
99
echo "yarn install done. Building...." ; \
10-
yarn turbo; \
10+
yarn build; \
1111
echo "building ${PACKAGE} done."; \
1212
apt-get update && \
1313
apt-get clean

Dockerfile-dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ WORKDIR /code
88
RUN echo "building ${PACKAGE}... "; \
99
yarn install; \
1010
echo "yarn install done. Building...." ; \
11-
yarn turbo; \
11+
yarn build; \
1212
echo "building ${PACKAGE} done."; \
1313
apt-get update && \
1414
apt-get install -y libssl-dev && \

0 commit comments

Comments
 (0)