Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Merge pull request #99 from lwm/fixup-gulp-assets
Browse files Browse the repository at this point in the history
Get latest npm. Use it and run gulp watch.
  • Loading branch information
lwm committed Apr 2, 2018
2 parents f737cdb + fae4cfb commit 6ad1ac1
Show file tree
Hide file tree
Showing 3 changed files with 3,096 additions and 1,568 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:

assets:
build: docker/assets
command: sh -c "/download-images.sh && npm install && gulp && gulp watch"
volumes:
- .:/app
- theme_node_modules:/app/web/app/themes/coop-tech-oowp-theme/node_modules
Expand Down
4 changes: 3 additions & 1 deletion docker/assets/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ FROM node:8.1.2
RUN apt-get update
RUN apt-get install -y apt-transport-https

RUN yarn global add npm

RUN npm install -g gulp

ADD download-images.sh /download-images.sh
RUN chmod +x /download-images.sh
RUN chmod +x /download-images.sh
Loading

0 comments on commit 6ad1ac1

Please sign in to comment.