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

Commit

Permalink
Merge branch 'master' of https://github.com/meanjs/mean into update_d…
Browse files Browse the repository at this point in the history
…ocker
  • Loading branch information
FedeG committed Sep 8, 2016
2 parents 9d1a592 + 1a274d2 commit ff5a415
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-production
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ ENV NODE_ENV production
ADD . /opt/mean.js

# Run MEAN.JS server
CMD ["npm","run-script","start:prod"]
CMD ["npm","run-script","start:prod"]
1 change: 0 additions & 1 deletion modules/users/tests/server/user.server.routes.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ describe('User CRUD tests', function () {
}

agent.delete('/api/users/' + user._id)
// .send(userUpdate)
.expect(200)
.end(function (userInfoErr, userInfoRes) {
if (userInfoErr) {
Expand Down

0 comments on commit ff5a415

Please sign in to comment.