forked from andredumas/techan.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating base image node version, cleaning up redundant commands
- Loading branch information
1 parent
c241f75
commit ecfe1fb
Showing
2 changed files
with
4 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
FROM node:0.12-onbuild | ||
FROM node:4.2-onbuild | ||
MAINTAINER André Dumas | ||
|
||
# Reconfigure timezone | ||
#RUN ln -sf /usr/share/zoneinfo/US/Eastern /etc/localtime \ | ||
# && echo "US/Eastern" > /etc/timezone \ | ||
# && dpkg-reconfigure --frontend noninteractive tzdata | ||
|
||
EXPOSE 8000 | ||
|
||
ENTRYPOINT ["npm"] | ||
CMD ["start"] | ||
EXPOSE 8000 |
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