Viewing File: /home/ubuntu/voice-assistant-frontend/node_modules/@ffmpeg/ffmpeg/.gitpod.yml

image:
  file: .gitpod.Dockerfile
tasks:
- init: >
    wget https://github.com/jeromewu/docker-workspace/raw/master/vim.zip -O /tmp/vim.zip &> /dev/null &&
    unzip /tmp/vim.zip -d /home/gitpod &> /dev/null &&
    npm install
Back to Directory File Manager