Skip to content

Commit

Permalink
Merge pull request #2865 from w3f/will-docs-fix
Browse files Browse the repository at this point in the history
Fix Docusarus Endpoint
  • Loading branch information
ironoa committed Apr 16, 2024
2 parents 24b8443 + 39c4005 commit a6c667e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY . .
RUN echo "building ${PACKAGE}... "; \
yarn install; \
echo "yarn install done. Building...." ; \
yarn turbo; \
yarn build; \
echo "building ${PACKAGE} done."; \
apt-get update && \
apt-get clean
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WORKDIR /code
RUN echo "building ${PACKAGE}... "; \
yarn install; \
echo "yarn install done. Building...." ; \
yarn turbo; \
yarn build; \
echo "building ${PACKAGE} done."; \
apt-get update && \
apt-get install -y libssl-dev && \
Expand Down

0 comments on commit a6c667e

Please sign in to comment.