Skip to content

Commit

Permalink
Fixed Dockerfile to have the correct run command for the new module s…
Browse files Browse the repository at this point in the history
…tructure (#274)

Co-authored-by: Neal Donnan <neal.donnan@modusbox.com>
  • Loading branch information
ndonnan and Neal Donnan authored Mar 11, 2020
1 parent e49387c commit eec4183
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 542 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ RUN mkdir ./logs && touch ./logs/combined.log
RUN ln -sf /dev/stdout ./logs/combined.log

EXPOSE 3007
CMD node src/server.js
CMD node src/api/index.js
7 changes: 1 addition & 6 deletions audit-resolve.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@
"decision": "ignore",
"madeAt": 1582888595088,
"expiresAt": 1585480556972
},
"1488|rewire>eslint>espree>acorn": {
"decision": "ignore",
"madeAt": 1583750630347,
"expiresAt": 1584355380671
}
},
"rules": {},
"version": 1
}
}
Loading

0 comments on commit eec4183

Please sign in to comment.