Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitpod.yml - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 24cd9cae6a63e067041f6def87f98d4ab512c49a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
image:
  file: .gitpod.Dockerfile

ports:
  - port: 3004
    onOpen: open-browser

tasks:
  - init: |
      make install-ruby-dependencies
      make install-nodejs-dependencies
      bundle exec rake
      make compile
    command: bundle exec nanoc live --port=3004