Skip to content
This repository has been archived by the owner on Nov 28, 2023. It is now read-only.

Commit

Permalink
feat(server): Update to nodejs 6
Browse files Browse the repository at this point in the history
close #16
  • Loading branch information
Ben Einaudi committed Feb 24, 2017
1 parent fa74870 commit 4aec631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:4
FROM node:6

# Create app directory
RUN mkdir -p /opt/app-root/src
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ We provide our own docker image to deploy node js.
- Run the image (first time): `docker run --name just-drop-it -p 8080:8080 -d just-drop-it` (next time you will just have to start it with `docker start just-drop-it`)

### on an openshift instance
just-drop-it should work on [openshift3](http://openshift.redhat.com/) instances. Just create a node-js v4 app and synchronize its git repository with our.
just-drop-it should work on [openshift3](http://openshift.redhat.com/) instances. Just create a node-js v6 app and synchronize its git repository with our.

## From a technical point of view
More details on our implementation, to be updated.
Expand Down

0 comments on commit 4aec631

Please sign in to comment.