Skip to content

Commit

Permalink
merging rename-query branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Negura committed Mar 6, 2019
2 parents a8f44de + 4089392 commit 19dc903
Show file tree
Hide file tree
Showing 22 changed files with 843 additions and 462 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM node:10.15.0-jessie

WORKDIR /usr/src/app/
COPY . /usr/src/app/

RUN npm install
RUN npm install -g gulp

0 comments on commit 19dc903

Please sign in to comment.