-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from eexit/update
Upgrade node + deps
- Loading branch information
Showing
6 changed files
with
2,724 additions
and
35 deletions.
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
FROM mhart/alpine-node:5.1 | ||
MAINTAINER Joris Berthelot <[email protected]> | ||
WORKDIR /src | ||
FROM mhart/alpine-node | ||
RUN apk add --no-cache make gcc g++ python | ||
WORKDIR /app | ||
COPY . . | ||
RUN npm install | ||
RUN npm install --loglevel=error --prod | ||
EXPOSE 80 | ||
CMD [ "npm", "start" ] |
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
Oops, something went wrong.