From 22a78c105fa643cceed0fbb3189046db31202043 Mon Sep 17 00:00:00 2001 From: Marcus Ahlfors Date: Thu, 22 Feb 2024 12:49:45 +0200 Subject: [PATCH] Fix dockerfile oops --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7062a71..9d866bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN ln -s /etc/diploi-git/gitconfig /etc/gitconfig COPY diploi-credential-helper /usr/local/bin # Install code server -curl -fsSL https://code-server.dev/install.sh | sh +RUN curl -fsSL https://code-server.dev/install.sh | sh # Init and run supervisor COPY diploi-runonce.sh /usr/local/bin/diploi-runonce.sh