Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ COPY image/id_rsa.pub /root/.ssh/authorized_keys
RUN wget https://github.com/Yelp/dumb-init/releases/download/v1.0.3/dumb-init_1.0.3_amd64.deb
RUN dpkg -i dumb-init_*.deb
EXPOSE 22

WORKDIR /tmp
CMD "node"
1 change: 0 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ dependencies:
override:
- sudo pip install requests==2.11.1 jinja2==2.8 ansible==2.1.0
- chmod 600 image/id_rsa
- ./generate_package_json.py
- ./create_nodejs_image.sh $BUILD_LEVEL
- docker images
- docker history quay.io/syncano/nodejs-codebox
Expand Down
9 changes: 6 additions & 3 deletions nodejs/files/package.json.v10
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"vd" : "~0.8.2",
"moment" : "~2.12.0",
"html-pdf" : "~2.0.1",
"superagent" : "~0.19.0",

"bluebird": "~2.9.12",
"cluster": "^0.7.7",
"cron": "^1.1.0",
Expand All @@ -40,6 +40,7 @@
"winston": "^2.2.0",
"winston-daily-rotate-file": "^1.0.1",
"plaid": "~1.0.10",
"adm-zip": "^0.4.7",

"dk-machinepack-facebookads": "*",
"machinepack-2fa": "*",
Expand Down Expand Up @@ -77,9 +78,11 @@
"machinepack-email": "*",
"machinepack-emailaddresses": "*",
"machinepack-facebook": "*",
"machinepack-facebook-oauth": "*",
"machinepack-facebookads": "*",
"machinepack-findtorrent": "*",
"machinepack-firebase": "*",
"machinepack-forecast.io": "*",
"machinepack-foursquare": "*",
"machinepack-foursquareimageproxy": "*",
"machinepack-fred": "*",
Expand Down Expand Up @@ -215,6 +218,6 @@


"syncano-js-4": "^4.1.4",
"syncano": "~1.0.19"
"syncano": "~1.0.28"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

}
}
}