Skip to content

Commit

Permalink
empty commit (#1)
Browse files Browse the repository at this point in the history
* empty commit

* add docker ignore file

* add public folder
  • Loading branch information
bahmutov authored Aug 4, 2018
1 parent b129398 commit 43dea68
Show file tree
Hide file tree
Showing 2 changed files with 7 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
cypress/screenshots
cypress/videos
4 changes: 4 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<body>
<h1>Tiny Blog</h1>
<p>This is a static page 2.</p>
</body>

0 comments on commit 43dea68

Please sign in to comment.