Skip to content

Commit

Permalink
* automatically start SailsJS server in Dockerfile
Browse files Browse the repository at this point in the history
* version bump
  • Loading branch information
Martin Hecher committed Feb 4, 2015
1 parent 67f9465 commit d1a1ee3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ WORKDIR /microservice
EXPOSE 1337

RUN npm install

ENTRYPOINT ["sails", "lift", "--prod"]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "duraark-microservice-base",
"private": false,
"version": "0.2.2",
"version": "0.2.3",
"description": "Base docker image and initial Sails.js setup for a DURAARK microservice.",
"keywords": ["duraark", "microservice", "archiving"],
"dependencies": {},
Expand Down

0 comments on commit d1a1ee3

Please sign in to comment.