Skip to content
Snippets Groups Projects

Added webpack to Procfile

Merged Phil Hughes requested to merge webpack into master
2 files
+ 2
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -63,6 +63,7 @@ gem install gitlab-development-kit
@@ -63,6 +63,7 @@ gem install gitlab-development-kit
gdk init gdk-ee
gdk init gdk-ee
cd gdk-ee
cd gdk-ee
echo 3001 > port
echo 3001 > port
 
echo 3809 > webpack_port
gdk install gitlab_repo=https://gitlab.com/gitlab-org/gitlab-ee.git
gdk install gitlab_repo=https://gitlab.com/gitlab-org/gitlab-ee.git
```
```
Loading