Skip to content
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.

Commit

Permalink
Update dev deps. Move prop-types to normal deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AZaviruha committed Jun 26, 2017
1 parent fed59cc commit 5124beb
Show file tree
Hide file tree
Showing 8 changed files with 27,455 additions and 21,162 deletions.
1 change: 0 additions & 1 deletion .nvmrc

This file was deleted.

4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM node:7.10

EXPOSE 3077
ENV HOME=/home/node

COPY package.json $HOME/react-pager/
COPY yarn.lock $HOME/react-pager/
RUN chown -R node:node $HOME/*

USER node
WORKDIR $HOME/react-pager/
RUN yarn install
#RUN yarn install

Loading

0 comments on commit 5124beb

Please sign in to comment.