We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cac8b83 commit 20ddc7dCopy full SHA for 20ddc7d
docker/app/Dockerfile
@@ -17,6 +17,7 @@ USER root
17
WORKDIR /repo
18
19
COPY --from=source-tree /repo/pnpm-lock.yaml /repo/pnpm-lock.yaml
20
+COPY --from=source-tree /repo/.npmrc /repo/.npmrc
21
22
RUN pnpm fetch
23
@@ -40,6 +41,8 @@ WORKDIR /root
40
41
42
COPY ./docker/app/root/scripts /root/scripts
43
44
+RUN mkdir workspace
45
+
46
ENV SELF_PARTY=alice
47
ENV ALL_PARTIES=alice
48
docker/app/root/scripts/start.sh
@@ -7,4 +7,4 @@ ray start \
7
--disable-usage-stats \
8
--resources="{\"$SELF_PARTY\": 4}"
9
10
-secretnote --allow-root --no-browser
+secretnote --allow-root --no-browser --notebook-dir=/root/workspace
0 commit comments