Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GitLab Drupal CI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Docker
GitLab Drupal CI
Repository
d4fc9c2e49d6c630fad4fdb6420f85ee46ab96c2
Select Git revision
Branches
2
main
default
protected
develop
protected
Tags
20
v2.2.27
v2.2.26
v2.2.25
v2.2.24
v2.2.23
v2.2.22
v2.2.21
v2.2.20
v2.2.19
v2.2.18
v2.2.17
v2.2.16
v2.2.15
v2.2.14
v2.2.13
v2.2.12
v2.2.11
v2.2.10
v2.2.9
v2.2.8
22 results
gitlab-drupal-ci
php-7.1
npm
Find file
Blame
Permalink
6 years ago
64c2dd97
#1
Optimize node script and add gulp as a script
· 64c2dd97
jurgenhaas
authored
6 years ago
64c2dd97
History
#1
Optimize node script and add gulp as a script
jurgenhaas
authored
6 years ago
npm
97 B
Edit
Open in Web IDE
.
Quickly and easily edit multiple files in your project.
Edit single file
Edit this file only.
1
2
3
4
#!/bin/bash
docker run
-t
-v
$(
php /usr/local/bin/volume.php
)
-w
$PWD
node:8-jessie-slim npm
$@