Skip to content

Commit

Permalink
docker rev
Browse files Browse the repository at this point in the history
  • Loading branch information
icambron committed Sep 22, 2019
1 parent 1914644 commit cd60b9e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,6 +1,6 @@
node_modules
.tern-port
build
/build
#*
.#*
coverage/
Expand Down
2 changes: 2 additions & 0 deletions docker/build
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
docker build docker -t icambron/luxon
2 changes: 2 additions & 0 deletions docker/push
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
docker push icambron/luxon

0 comments on commit cd60b9e

Please sign in to comment.