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.
1 parent 6ffdf0a commit 7e4a54dCopy full SHA for 7e4a54d
Dockerfile
@@ -17,7 +17,7 @@ ARG TARGETARCH
17
ENV TINI_VERSION=v0.19.0
18
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${TARGETARCH} /tini
19
20
-RUN mkdir -p -m 777 /space \
+RUN mkdir -p -m 777 /space /deno-dir \
21
&& chmod +x /tini \
22
&& apt update \
23
&& apt install -y git \
0 commit comments