Skip to content

Commit

Permalink
misc(lint)
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Sep 19, 2018
1 parent 2d0e70a commit 87efcde
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ WORKDIR /srv/jekyll

COPY entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ services:
- .:/srv/jekyll
ports:
- 3000:3000
- 3001:3001
- 3001:3001
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ npm install -g gulp
gem install bundler
bundle install
gulp clean
gulp
gulp
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
},
"echint": {
"ignore": [
"Makefile",
"dist/**",
"app/0*/**",
"app/enterprise/**/*",
Expand Down

0 comments on commit 87efcde

Please sign in to comment.