diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index e1d29922..6b18e854 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -11,4 +11,4 @@ RUN sudo apt-get update \ USER gitpod # Apply user-specific settings # ENV ... -run npm install +RUN npm install