Skip to content

Commit

Permalink
Dev mode hollaex libraries package issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kycfeel committed Feb 10, 2023
1 parent fa0d4d4 commit 1cc9294
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16
FROM node:16.18.1-buster-slim

RUN apt-get update && \
apt-get install -y curl openssl ca-certificates git python build-essential && \
Expand Down
2 changes: 2 additions & 0 deletions server/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ services:
- ./test:/app/test
- ./tools:/app/tools
- ./utils:/app/utils
- /app/utils/hollaex-network-lib/node_modules
- /app/utils/hollaex-tools-lib/node_modules
- ./init.js:/app/init.js
- ../plugins/src/plugins:/app/dev-plugins
depends_on:
Expand Down

0 comments on commit 1cc9294

Please sign in to comment.