Skip to content

Commit

Permalink
Fix dockerfile oops
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusAhlfors committed Feb 22, 2024
1 parent dbad8f2 commit 22a78c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22a78c1

Please sign in to comment.