Skip to content

Commit

Permalink
[add]docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
MarinaMcGrath committed Sep 22, 2017
1 parent c3f34a7 commit 3261641
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
npm-debug.log
.env
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM node
WORKDIR /usr/public
COPY package.json .
RUN npm install
COPY . .
EXPOSE 5000
CMD ["npm", "start"]

2 changes: 1 addition & 1 deletion public/css/Signin.styl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

.boat
max-width 100%
padding-top 120px
padding-top 10%

.headers
color white

0 comments on commit 3261641

Please sign in to comment.