Skip to content

Commit

Permalink
update docker scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed May 29, 2020
1 parent 9292ee7 commit d3452f3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# http://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
# http://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
1 change: 1 addition & 0 deletions docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ apt-get install -y libudev-dev libxss1 libasound2

yarn build
yarn build2

1 change: 1 addition & 0 deletions docker-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ docker run --rm -ti \
-v ~/.cache/electron:/root/.cache/electron \
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
electronuserland/builder

0 comments on commit d3452f3

Please sign in to comment.