Skip to content

Commit 352ec16

Browse files
committed
update readme to not use gulp
1 parent 4539369 commit 352ec16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ Make sure to chown all the data in your webroot to your own user, since docker s
2828
The project is configured with Browsersync. Gulp watch creates a proxy that points to our myproject container, so we need to link to it.
2929
This also compiles app.css and app.js under public/{css,js}:
3030

31-
> docker run --name myproject-gulp -it -d -v $(pwd):/app --link myproject:web -p 3000:3000 -w /app verwilst/gulp watch
31+
> docker run --name myproject-watch -it -d -v $(pwd):/app --link myproject:web -p 3000:3000 -w /app verwilst/npm run watch
3232
3333
The proxy listens on port 3000.
3434

3535
### Starting an existing app
3636

37-
> docker start mongo percona myproject myproject-gulp
37+
> docker start mongo percona myproject myproject-watch
3838
3939
( Leaving off mongo and/or percona if you didn't create those docker containers ofcourse. )
4040

0 commit comments

Comments
 (0)