Skip to content

Commit 7e4a54d

Browse files
committed
Fix docker
1 parent 6ffdf0a commit 7e4a54d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARG TARGETARCH
1717
ENV TINI_VERSION=v0.19.0
1818
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-${TARGETARCH} /tini
1919

20-
RUN mkdir -p -m 777 /space \
20+
RUN mkdir -p -m 777 /space /deno-dir \
2121
&& chmod +x /tini \
2222
&& apt update \
2323
&& apt install -y git \

0 commit comments

Comments
 (0)