Skip to content

Commit

Permalink
add docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
Roaders committed Jun 26, 2022
1 parent 84b3210 commit 7c39a3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/
src/
readme-assets/
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM nginx:alpine

WORKDIR /app

COPY /dist/shelly-commander /usr/share/nginx/html

0 comments on commit 7c39a3a

Please sign in to comment.