Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions actors.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ FROM oven/bun:1.3.11-alpine AS builder
#ENV NODE_EXTRA_CA_CERTS=/etc/ssl/certs/ca-certificates.crt

COPY . /project
WORKDIR /project
RUN bun install
WORKDIR /project/actors

RUN bun install
Expand Down
6 changes: 3 additions & 3 deletions actors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"@muni-town/leaf-client": "^0.1.0-alpha.17",
"arktype": "^2.2.0",
"iso-did": "^2.1.1",
"iso-kv": "workspace:",
"iso-signatures": "workspace:",
"iso-ucan": "workspace:",
"iso-kv": "^3.1.1",
"iso-signatures": "^0.5.1",
"iso-ucan": "^0.4.2",
"rivetkit": "^2.1.6",
"ulidx": "^2.4.1"
},
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "my-project",
"version": "0.0.1",
"workspaces": [
"actors",
"iso-repo/packages/*"
"actors"
]
}