diff --git a/hack/project_image/.devcontainer/devcontainer.json b/hack/project_image/.devcontainer/devcontainer.json index 6b3b244c93..8cc10b0691 100644 --- a/hack/project_image/.devcontainer/devcontainer.json +++ b/hack/project_image/.devcontainer/devcontainer.json @@ -17,7 +17,7 @@ "ghcr.io/devcontainers/features/node:1": {}, "ghcr.io/devcontainers-contrib/features/typescript:2": {}, "ghcr.io/wxw-matt/devcontainer-features/command_runner:latest": { - "devcontainers": "npm install -g @devcontainers/cli" + "command1": "npm install -g @devcontainers/cli" } }, "overrideFeatureInstallOrder": [ diff --git a/hack/project_image/Dockerfile b/hack/project_image/Dockerfile index ce0290015e..832c48fa9c 100644 --- a/hack/project_image/Dockerfile +++ b/hack/project_image/Dockerfile @@ -6,4 +6,6 @@ FROM ubuntu:22.04 RUN apt update -y && \ apt install curl libgit2-1.1 -y -CMD ["tail", "-f", "/dev/null"] \ No newline at end of file +USER daytona + +ENTRYPOINT ["tail", "-f", "/dev/null"] \ No newline at end of file