-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* automatically start SailsJS server in Dockerfile
* version bump
- Loading branch information
Martin Hecher
committed
Feb 4, 2015
1 parent
67f9465
commit d1a1ee3
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,3 +15,5 @@ WORKDIR /microservice | |
EXPOSE 1337 | ||
|
||
RUN npm install | ||
|
||
ENTRYPOINT ["sails", "lift", "--prod"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters