Skip to content

Feature 1 #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions .travis.yml

This file was deleted.

206 changes: 0 additions & 206 deletions CHANGELOG.md

This file was deleted.

110 changes: 0 additions & 110 deletions CONTRIBUTING.md

This file was deleted.

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app

COPY package.json /usr/src/app/
RUN npm install
RUN npm install --silent
COPY . /usr/src/app

CMD [ "npm", "start" ]
11 changes: 0 additions & 11 deletions Dockerfile.latest

This file was deleted.

12 changes: 0 additions & 12 deletions Dockerfile_prod

This file was deleted.

23 changes: 0 additions & 23 deletions Gruntfile.js

This file was deleted.

Loading