Skip to content

Commit

Permalink
Add docker
Browse files Browse the repository at this point in the history
  • Loading branch information
MattieTK committed May 24, 2020
1 parent 59aba46 commit 48e92e7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
FROM node:12-alpine3.9

WORKDIR /app

ADD . /app

RUN yarn

CMD yarn start
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: "2"
services:
zeit_ip_manager:
build:
context: .
dockerfile: ./Dockerfile

0 comments on commit 48e92e7

Please sign in to comment.