Skip to content

Commit

Permalink
Add bootstrapping Docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
jdleesmiller committed Aug 28, 2019
1 parent 2d59c82 commit 6a35403
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM node:10.16.3

USER node

WORKDIR /srv/chat
8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: '3.7'

services:
chat:
build: .
command: echo 'ready'
volumes:
- .:/srv/chat

0 comments on commit 6a35403

Please sign in to comment.