Skip to content

Commit

Permalink
Merge pull request #3 from ohadlevy/cleanups
Browse files Browse the repository at this point in the history
minor cleanups
  • Loading branch information
gerswin committed Oct 13, 2018
2 parents 6f33bfa + 5e5b943 commit 3898015
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 4 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
haddev/
sonoff_server/rootfs/usr/bin/sonoff/node_modules/
.DS_Store
Binary file removed sonoff_server/.DS_Store
Binary file not shown.
3 changes: 0 additions & 3 deletions sonoff_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ RUN \
&& npm -g install \
node-gyp \
pm2 \

\
&& npm install \
\
Expand All @@ -30,8 +29,6 @@ RUN \
# Copy root filesystem
COPY rootfs /



# Scrip to run after startup
CMD [ "/usr/bin/run.sh" ]

Expand Down
Binary file removed sonoff_server/rootfs/.DS_Store
Binary file not shown.
Binary file removed sonoff_server/rootfs/etc/.DS_Store
Binary file not shown.
Binary file removed sonoff_server/rootfs/usr/.DS_Store
Binary file not shown.
Binary file removed sonoff_server/rootfs/usr/bin/.DS_Store
Binary file not shown.
Binary file removed sonoff_server/rootfs/usr/bin/sonoff/.DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion sonoff_server/rootfs/usr/bin/sonoff/static/devices.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
margin-bottom: 20px;
}

,
.btn-success {
margin: 20px !important;
}
Expand Down

0 comments on commit 3898015

Please sign in to comment.