We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo install
1 parent 39263d0 commit ae84af4Copy full SHA for ae84af4
deno/base/1.37-dev/Dockerfile
@@ -41,6 +41,7 @@ ENV PATH="/srv/noteable/.cargo/bin:${PATH}"
41
RUN cargo install \
42
--git https://github.com/bartlomieju/deno \
43
--rev 01ac23d431eed61308c27edad30d44040ae142cb \
44
+ --features __runtime_js_sources \
45
deno
46
47
COPY secrets_helper.sh /tmp/secrets_helper.sh
@@ -51,7 +52,5 @@ ENV HOME="/srv/noteable"
51
52
WORKDIR /etc/noteable/project
53
EXPOSE 50001-50005
54
-RUN cargo init
55
-
56
ENTRYPOINT ["tini", "-g", "--"]
57
CMD ["run.sh"]
0 commit comments