Skip to content

Commit

Permalink
docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
cjimti committed Jun 1, 2018
1 parent c66fbe4 commit 3a78826
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM txn2/asws:armhf-1.1.2

COPY ./www /www

WORKDIR /

ENTRYPOINT ["/asws"]
8 changes: 8 additions & 0 deletions www/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<title>Kiosk Dashboard</title>
</head>
<body>
Dashboard
</body>
</html>

0 comments on commit 3a78826

Please sign in to comment.