Skip to content

Commit

Permalink
build doctor
Browse files Browse the repository at this point in the history
  • Loading branch information
hubsmoke committed Jan 25, 2024
1 parent cecee27 commit 63cb6c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion desci-repo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:16.20.0-bookworm

VOLUME /root/.yarn

RUN npm install -g npm@8.10.0
RUN npm install -g npm@9.8.1

RUN mkdir /app
WORKDIR /app
Expand Down
1 change: 1 addition & 0 deletions docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ services:
- nodes_test_db
volumes:
- .:/app/
- ./local-data/yarn_cache:/root/.yarn
# desci_nodes_backend_test:
# container_name: 'be_test_boilerplate'
# command: echo 'Test container ready'
Expand Down

0 comments on commit 63cb6c7

Please sign in to comment.